remove the old asset manager from the config file
This commit is contained in:
parent
53439e4d08
commit
311db7b546
2 changed files with 3 additions and 1 deletions
|
|
@ -984,7 +984,6 @@
|
|||
"WebGUI::Content::Maintenance",
|
||||
"WebGUI::Content::Referral",
|
||||
"WebGUI::Content::Admin",
|
||||
"WebGUI::Content::AssetManager",
|
||||
"WebGUI::Content::AssetDiscovery",
|
||||
"WebGUI::Content::PassiveAnalytics",
|
||||
"WebGUI::Content::SetLanguage",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@ session->config->addToArrayAfter(
|
|||
session->config->deleteFromHash( 'adminConsole', 'adminConsoleOff' );
|
||||
session->config->deleteFromHash( 'adminConsole', 'assets' );
|
||||
|
||||
# Remove old admin handlers
|
||||
session->config->deleteFromArray( 'contentHandlers', 'WebGUI::Content::AssetManager' );
|
||||
|
||||
# Add template setting
|
||||
session->setting->set( 'templateIdAdmin' => 'p8g7xlQaTeKSRRDo-_ejSQ' );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue