aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-09-01 06:29:29 -0700
committerFriendika <info@friendika.com>2011-09-01 06:29:29 -0700
commit1621630b064474eb385bfa05d248fec712645814 (patch)
tree95a951e5e3c380abd50c7f78821bf1a32bc30e00 /boot.php
parent0cfc8570d20ef4935e846f0f143aef181b9c951f (diff)
downloadvolse-hubzilla-1621630b064474eb385bfa05d248fec712645814.tar.gz
volse-hubzilla-1621630b064474eb385bfa05d248fec712645814.tar.bz2
volse-hubzilla-1621630b064474eb385bfa05d248fec712645814.zip
login_hook
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 574ac86c0..3578f3f33 100644
--- a/boot.php
+++ b/boot.php
@@ -674,6 +674,8 @@ function login($register = false) {
'$lostlink' => $lostlink
));
+ call_hooks('login_hook',$o);
+
return $o;
}}