Hopefully final typo!

This commit is contained in:
Chris 2013-01-11 16:34:37 +00:00
parent 04e42c9fbc
commit 98e9654719

View File

@ -400,7 +400,7 @@ sub activate_user {
# Activate the user, and return their data if successful. # Activate the user, and return their data if successful.
return $user if($methodimpl -> activate_user($user -> {"user_id"})); return $user if($methodimpl -> activate_user($user -> {"user_id"}));
return $self -> self_error($methodimpl -> errstr(); return $self -> self_error($methodimpl -> errstr());
} }