mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
API CHANGE: Removed context object - it's a hack.
This commit is contained in:
parent
488a04c670
commit
afcacde5df
@ -1378,16 +1378,12 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
|
||||
$this->URLSegment = $segment;
|
||||
}
|
||||
|
||||
DataObject::set_context_obj($this);
|
||||
|
||||
// Ensure that this object has a non-conflicting URLSegment value.
|
||||
$count = 2;
|
||||
while(!$this->validURLSegment()) {
|
||||
$this->URLSegment = preg_replace('/-[0-9]+$/', null, $this->URLSegment) . '-' . $count;
|
||||
$count++;
|
||||
}
|
||||
|
||||
DataObject::set_context_obj(null);
|
||||
|
||||
$this->syncLinkTracking();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user