Thanks to jlhughes
From: GL’s site.
fix for gallery 1.3.2-geeklog 1.3.7
Authored by: jlhughes on Tuesday, December 24 2002 @ 11:00 AM EST
In the gallery/classes/geeklog/user.php find the two lines with
$this->isAdmin = SEC_inGroup(‘Root’, ‘$uid’);
and change them to
$this->isAdmin = SEC_inGroup(‘Root’);
This will enable Gallery to test for Root user under Geeklog 1.3.7 changes to lib-security.php.