Oh awesome! Let me fix this and try it
Will report back asap
Quote:
Originally Posted by The Geek
Found the bug causing the problems with safemode.Essentially it wasnt letting you build in safemode because of this.
Until I get a few minutes to update the package... do this:
in GAL_admin.php replace
PHP Code:
if ($leadingspace=-1){
with this:
PHP Code:
if ($leadingspace==-1){
Gotta love those =='s
Then click settings and chose Safe. Then you will actually be safe 
|