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

spellfix for mysql auth backend

darcs-hash:20060121152740-7ad00-80eecea2be4754494fef5f11cc91d7f3e4acf1fb.gz
parent 0c6b58a8
No related branches found
No related tags found
No related merge requests found
......@@ -294,7 +294,7 @@ class auth_mysql extends auth_basic {
if($this->openDB()) {
$this->lockTables("WRITE");
$rc = addUserToGroup($user, $group);
$this->unlochTables();
$this->unlockTables();
$this->closeDB();
}
return $rc;
......
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