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