X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FTheme.php;h=5161725d5e7f64c0639c35384bf1ad0cf062f84b;hb=a1947d2bb106e932cb72616e6c4cf809d249a1f6;hp=63004c9280af062799e7c4d27f38acc01ca0cb58;hpb=507d66936c77ba187e5be8a851402f2fcac38cb5;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(); } }