X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FThemeDetails.php;h=1291d3309552b672acd167bd088b619f69e9d85c;hb=8038c1b04ffa723ebd28610fb72927d8d21b3577;hp=0f45af13c52c1bee4d99404046166afbf99a34a6;hpb=714f0febc4918f5569eb09f8800b6739cff36347;p=friendica.git diff --git a/src/Module/ThemeDetails.php b/src/Module/ThemeDetails.php index 0f45af13c5..1291d33095 100644 --- a/src/Module/ThemeDetails.php +++ b/src/Module/ThemeDetails.php @@ -1,6 +1,6 @@ Theme::getScreenshot($theme), 'desc' => $description, 'version' => $version, 'credits' => $credits, ]); } - exit(); + System::exit(); } }