Fixed aclScopeSel control in Safari/KHTML
authorDan
Sun, 13 Apr 2008 17:03:15 -0400
changeset 292 704e1d3ca378
parent 291 fe6380ae4a1a
child 293 fbe306070c40
Fixed aclScopeSel control in Safari/KHTML
includes/clientside/static/acl.js
--- a/includes/clientside/static/acl.js	Sun Apr 13 17:02:42 2008 -0400
+++ b/includes/clientside/static/acl.js	Sun Apr 13 17:03:15 2008 -0400
@@ -653,7 +653,7 @@
       
       if(do_scopesel)
       {
-        scope = getRadioState(thefrm, 'scope', ['page', 'global']);
+        scope = getRadioState(thefrm, 'scope', ['page', 'group', 'global']);
         if(scope == 'page')
         {
           pageid = strToPageID(title);