aboutsummaryrefslogtreecommitdiffstats
path: root/mod/home.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/home.php')
-rw-r--r--mod/home.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/home.php b/mod/home.php
index 225bd294d..8db5b26ac 100644
--- a/mod/home.php
+++ b/mod/home.php
@@ -3,6 +3,8 @@
if(! function_exists('home_init')) {
function home_init(&$a) {
+ call_hooks('home_init',array());
+
if(local_user() && ($a->user['nickname']))
goaway( $a->get_baseurl() . "/profile/" . $a->user['nickname'] );