From 88817f58ca6f3425ef97a8e56691ced41ae790e8 Mon Sep 17 00:00:00 2001 From: Norman Koch Date: Thu, 26 Sep 2024 22:53:32 +0200 Subject: [PATCH] fix --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 652268eb63..f2f794217b 100644 --- a/functions.php +++ b/functions.php @@ -279,7 +279,7 @@ function generateRandomString($length = 50) { function dier ($data, $enable_html = 0, $exception = 0) { $source_data = debug_backtrace()[0]; - @$source = 'Aufgerufen von '.debug_backtrace()[1]['file'].'::'.debug_backtrace()[1]['function'].', line '.htmlentities($source_data['line'])."
\n"; + @$source = 'Called by '.debug_backtrace()[1]['file'].'::'.debug_backtrace()[1]['function'].', line '.htmlentities($source_data['line'])."
\n"; $print = $source; $print .= "
\n";