mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FEATURE: Add another permission code that allows users to edit siteconfig without having admin priveleges (from r87261)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@89176 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
af2c0b0f34
commit
4e6911610a
@ -1347,6 +1347,8 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
|
||||
|
||||
$this->LinkTracking()->setByIDList($linkedPages);
|
||||
$this->ImageTracking()->setByIDList($linkedFiles);
|
||||
|
||||
$this->extend('augmentSyncLinkTracking');
|
||||
}
|
||||
|
||||
function onAfterWrite() {
|
||||
|
Loading…
Reference in New Issue
Block a user