Remove the showPerformance setting, it's now subsumed into the Plack debug console.
This commit is contained in:
parent
5bbfe27f35
commit
cb7581a7a8
2 changed files with 7 additions and 8 deletions
7
share/upgrades/7.10.23-8.0.0/removeShowPerformance.pl
Normal file
7
share/upgrades/7.10.23-8.0.0/removeShowPerformance.pl
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
use WebGUI::Upgrade::Script;
|
||||
|
||||
start_step "Removing show performance setting";
|
||||
|
||||
session->setting->remove('showPerformanceIndicators');
|
||||
|
||||
done;
|
||||
Loading…
Add table
Add a link
Reference in a new issue