1
1
Fork 0

login_hook

This commit is contained in:
Friendika 2011-09-01 06:29:29 -07:00
commit 1621630b06
3 changed files with 13 additions and 6 deletions

View file

@ -674,6 +674,8 @@ function login($register = false) {
'$lostlink' => $lostlink
));
call_hooks('login_hook',$o);
return $o;
}}