Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/FrontController.php')
-rw-r--r--core/FrontController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/FrontController.php b/core/FrontController.php
index 8a81006e9a..84ce6a1927 100644
--- a/core/FrontController.php
+++ b/core/FrontController.php
@@ -106,7 +106,7 @@ class FrontController extends Singleton
* @param Exception $e
* @return string
*/
- private static function generateSafeModeOutputFromException($e)
+ public static function generateSafeModeOutputFromException($e)
{
StaticContainer::get(LoggerInterface::class)->error('Uncaught exception: {exception}', [
'exception' => $e,