summaryrefslogtreecommitdiff
path: root/includes/helper
diff options
context:
space:
mode:
Diffstat (limited to 'includes/helper')
-rw-r--r--includes/helper/error_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/helper/error_helper.php b/includes/helper/error_helper.php
index b4b4f248..58d0ac86 100644
--- a/includes/helper/error_helper.php
+++ b/includes/helper/error_helper.php
@@ -6,7 +6,7 @@
* @param string $message
*/
function engelsystem_error($message) {
- die($message);
+ raw_output($message);
}
?> \ No newline at end of file