fixed version tag problem. changed admin toggle

This commit is contained in:
Doug Bell 2010-05-07 13:03:05 -05:00
parent ea1a020ab5
commit 5c2581850f
6 changed files with 30 additions and 9 deletions

View file

@ -0,0 +1,10 @@
use WebGUI::Upgrade::Script;
report "\tRemoving Admin Bar... ";
$session->config->delete( 'macros/AdminBar' );
done;