]> git.mxchange.org Git - friendica.git/blobdiff - mod/home.php
Bump DB version
[friendica.git] / mod / home.php
index eb5d1e90b00f4ac31de6c8a36ce884cdce45d79a..b1708d80a2f02e36fe78b650841581508323a316 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 if(! function_exists('home_init')) {
-function home_init(&$a) {
+function home_init(App $a) {
 
        $ret = array();
        call_hooks('home_init',$ret);
@@ -17,7 +17,7 @@ function home_init(&$a) {
 }}
 
 if(! function_exists('home_content')) {
-function home_content(&$a) {
+function home_content(App $a) {
 
        $o = '';