]> git.mxchange.org Git - friendica.git/blobdiff - mod/home.php
Merge pull request #4243 from MrPetovan/task/switch-to-array-new-style
[friendica.git] / mod / home.php
index 5f8d6a64ff9826751d098b2479e0b951cd92c029..beda739fdb19d06b2768c5ef5fb3d46057d675f0 100644 (file)
@@ -8,7 +8,7 @@ use Friendica\Module\Login;
 if(! function_exists('home_init')) {
 function home_init(App $a) {
 
-       $ret = array();
+       $ret = [];
        call_hooks('home_init',$ret);
 
        if (local_user() && ($a->user['nickname'])) {