mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Add an extension hook for customising site tree hints.
This commit is contained in:
parent
b08c70748f
commit
68d254c3c4
@ -446,6 +446,8 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
|
||||
}
|
||||
}
|
||||
|
||||
$this->extend('updateSiteTreeHints', $def);
|
||||
|
||||
$json = Convert::raw2json($def);
|
||||
$cache->save($json, $cacheKey);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user