mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge pull request #1228 from JayDevlin/3.2-CMSSettingsController
Increase CMSSettingsController:url_priority to suppress SiteConfigLeftAndMain
This commit is contained in:
commit
2f624299f2
@ -7,4 +7,10 @@
|
||||
*/
|
||||
class CMSSettingsController extends SiteConfigLeftAndMain {
|
||||
|
||||
/**
|
||||
* @config
|
||||
* @var int
|
||||
*/
|
||||
private static $url_priority = 60;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user