aboutsummaryrefslogtreecommitdiffstats
path: root/mod/home.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/home.php')
-rw-r--r--mod/home.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/mod/home.php b/mod/home.php
index edcaa938d..3f862b596 100644
--- a/mod/home.php
+++ b/mod/home.php
@@ -1,6 +1,6 @@
<?php
-if(! function_exists('home_init')) {
+
function home_init(&$a) {
$ret = array();
@@ -20,10 +20,10 @@ function home_init(&$a) {
goaway(z_root() . '/new_channel');
}
-}}
+}
+
-if(! function_exists('home_content')) {
function home_content(&$a) {
$o = '';
@@ -85,4 +85,4 @@ require_once('include/conversation.php');
return $o;
}
-}
+