Fixed selector stage in ACL editor under Safari
authorDan
Mon, 14 Apr 2008 22:00:12 -0400
changeset 535 b31eb2b6c137
parent 534 6be4b47aa247
child 538 a43f9d646dc7
Fixed selector stage in ACL editor under Safari
includes/clientside/static/acl.js
--- a/includes/clientside/static/acl.js	Mon Apr 14 21:59:53 2008 -0400
+++ b/includes/clientside/static/acl.js	Mon Apr 14 22:00:12 2008 -0400
@@ -774,7 +774,7 @@
       
       if(do_scopesel)
       {
-        scope = getRadioState(thefrm, 'scope', ['page', 'global']);
+        scope = getRadioState(thefrm, 'scope', ['page', 'group', 'global']);
         if(scope == 'page')
         {
           pageid = strToPageID(title);