]> git.mxchange.org Git - friendica.git/blobdiff - mod/view.php
Fix undefined index notice messages in mod/install
[friendica.git] / mod / view.php
index a6c482049c650bbf91eaa53929d0964f952ab13a..15b3733b3fc974f45dcb21d2c2bec7a3728b6ef3 100644 (file)
@@ -9,9 +9,8 @@ function view_init($a){
        if ($a->argc == 4){
                $theme = $a->argv[2];
                $THEMEPATH = "view/theme/$theme";
-               if (file_exists("view/theme/$theme/style.php")) {
+               if(file_exists("view/theme/$theme/style.php"))
                        require_once("view/theme/$theme/style.php");
-               }
        }
        
        killme();