X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FTheme.php;h=fe532db4050b6db0c7b915e2497d07c4d41d6ce8;hb=dd534919d7e3af010bbc2477e3d0e89a47dd0872;hp=63004c9280af062799e7c4d27f38acc01ca0cb58;hpb=820eed1ebfc497e1ff845a24f15ec1444160b621;p=friendica.git diff --git a/src/Module/Theme.php b/src/Module/Theme.php index 63004c9280..fe532db405 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(); } }