Skip to content
Snippets Groups Projects
Commit a3a4e862 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

ACL Manager: fixed bug introduced by previous special user patch

darcs-hash:20081216165159-7ad00-9e50c67c837c31145a7293022b761e6dffe79b16.gz
parent 78750b94
No related branches found
No related tags found
No related merge requests found
...@@ -699,7 +699,7 @@ class admin_plugin_acl extends DokuWiki_Admin_Plugin { ...@@ -699,7 +699,7 @@ class admin_plugin_acl extends DokuWiki_Admin_Plugin {
if($this->who && if($this->who &&
!in_array($this->who,$this->usersgroups) && !in_array($this->who,$this->usersgroups) &&
!in_array($this->who,$specials)){ !in_array($this->who,$this->specials)){
if($this->who{0} == '@'){ if($this->who{0} == '@'){
$gsel = ' selected="selected"'; $gsel = ' selected="selected"';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment