X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FTheme.php;h=5161725d5e7f64c0639c35384bf1ad0cf062f84b;hb=706444bdb22b57f18c284044bdbdaeb7610990fe;hp=63004c9280af062799e7c4d27f38acc01ca0cb58;hpb=101daab79064e9b914206d01ac009ae11f579326;p=friendica.git diff --git a/src/Module/Theme.php b/src/Module/Theme.php index 63004c9280..5161725d5e 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(); } }