Skip to content
Snippets Groups Projects
Commit ef64b3a2 authored by chris's avatar chris
Browse files

usermanager minor changes: white space & comment improvement

darcs-hash:20060314122618-9b6ab-491420f904da7fd05af83ea5a875c887a1fe5153.gz
parent 78c7c8c9
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ class admin_plugin_usermanager extends DokuWiki_Admin_Plugin {
// we're good to go
$this->_auth = & $auth;
}
}
}
/**
......@@ -370,7 +370,7 @@ class admin_plugin_usermanager extends DokuWiki_Admin_Plugin {
}
/**
* Modify user
* Modify user (modified user data has been recieved)
*/
function _modifyUser(){
if (!$this->_auth->canDo('UserMod')) return false;
......
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