# HG changeset patch # User Dan # Date 1208120595 14400 # Node ID 704e1d3ca378d9d11f70da99dc6fe64ce3165015 # Parent fe6380ae4a1aeaaa8c8ccd4c83f38e3ae9bf394e Fixed aclScopeSel control in Safari/KHTML diff -r fe6380ae4a1a -r 704e1d3ca378 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);