]> git.mxchange.org Git - friendica.git/blobdiff - mod/home.php
Merge pull request #3281 from annando/issue-3206-2957
[friendica.git] / mod / home.php
index ae85593dd3fe57d0ec47cd513bd40d22f8c21ddf..b1708d80a2f02e36fe78b650841581508323a316 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-if (! function_exists('home_init')) {
+if(! function_exists('home_init')) {
 function home_init(App $a) {
 
        $ret = array();
@@ -16,7 +16,7 @@ function home_init(App $a) {
 
 }}
 
-if (! function_exists('home_content')) {
+if(! function_exists('home_content')) {
 function home_content(App $a) {
 
        $o = '';