]> git.mxchange.org Git - friendica.git/blobdiff - mod/home.php
Merge pull request #3541 from annando/bugfix-poller
[friendica.git] / mod / home.php
index ae85593dd3fe57d0ec47cd513bd40d22f8c21ddf..bd77a840d0db221cca2c04043c2f2719e95f8814 100644 (file)
@@ -1,6 +1,8 @@
 <?php
 
-if (! function_exists('home_init')) {
+use Friendica\App;
+
+if(! function_exists('home_init')) {
 function home_init(App $a) {
 
        $ret = array();
@@ -16,7 +18,7 @@ function home_init(App $a) {
 
 }}
 
-if (! function_exists('home_content')) {
+if(! function_exists('home_content')) {
 function home_content(App $a) {
 
        $o = '';