mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
API CHANGE: Removed context object - it's a hack.
This commit is contained in:
parent
d3ca4dac5b
commit
f2ed229be4
@ -1388,8 +1388,6 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
|
|||||||
$this->URLSegment = $segment;
|
$this->URLSegment = $segment;
|
||||||
}
|
}
|
||||||
|
|
||||||
DataObject::set_context_obj($this);
|
|
||||||
|
|
||||||
// Ensure that this object has a non-conflicting URLSegment value.
|
// Ensure that this object has a non-conflicting URLSegment value.
|
||||||
$count = 2;
|
$count = 2;
|
||||||
while(!$this->validURLSegment()) {
|
while(!$this->validURLSegment()) {
|
||||||
@ -1397,8 +1395,6 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
|
|||||||
$count++;
|
$count++;
|
||||||
}
|
}
|
||||||
|
|
||||||
DataObject::set_context_obj(null);
|
|
||||||
|
|
||||||
$this->syncLinkTracking();
|
$this->syncLinkTracking();
|
||||||
|
|
||||||
// Check to see if we've only altered fields that shouldn't affect versioning
|
// Check to see if we've only altered fields that shouldn't affect versioning
|
||||||
|
Loading…
Reference in New Issue
Block a user