Index: openacs-4/packages/acs-admin/www/auth/authority-set-enabled-p.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/auth/authority-set-enabled-p.tcl,v diff -u -r1.3 -r1.3.10.1 --- openacs-4/packages/acs-admin/www/auth/authority-set-enabled-p.tcl 10 Jan 2007 21:22:00 -0000 1.3 +++ openacs-4/packages/acs-admin/www/auth/authority-set-enabled-p.tcl 11 Oct 2013 11:43:47 -0000 1.3.10.1 @@ -12,7 +12,7 @@ # Make sure we are not shutting out all site-wide-admins from the system set allowed_p 1 -if { $enabled_p eq "f" && ![auth::can_admin_system_without_authority_p -authority_id $authority_id]} { +if { $enabled_p == "f" && ![auth::can_admin_system_without_authority_p -authority_id $authority_id]} { set allowed_p 0 }