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