]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/ThemeDetails.php
Prevent template generation in media/photo/upload output
[friendica.git] / src / Module / ThemeDetails.php
index 6398a00c99704af5b5cfe5b52ccea382fb07ca6e..1291d3309552b672acd167bd088b619f69e9d85c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -48,6 +48,6 @@ class ThemeDetails extends BaseModule
                                'credits' => $credits,
                        ]);
                }
-               exit();
+               System::exit();
        }
 }