X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FTheme.php;h=50a4f6c55aff82be959f048acb01a00d8492d419;hb=06ea61f0edc0164d40f65594386a3148802ed96a;hp=63004c9280af062799e7c4d27f38acc01ca0cb58;hpb=fc2340d4afe6466c58e35afd64fe9010bf185b04;p=friendica.git diff --git a/src/Module/Theme.php b/src/Module/Theme.php index 63004c9280..50a4f6c55a 100644 --- a/src/Module/Theme.php +++ b/src/Module/Theme.php @@ -1,6 +1,6 @@ parameters['theme']); if (file_exists("view/theme/$theme/theme.php")) { require_once "view/theme/$theme/theme.php"; @@ -45,7 +45,6 @@ class Theme extends BaseModule if (file_exists("view/theme/$theme/style.php")) { require_once "view/theme/$theme/style.php"; } - - exit(); + System::exit(); } }