summaryrefslogtreecommitdiff
path: root/includes/helper
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2016-08-21 22:58:09 +0200
committermsquare <msquare@notrademark.de>2016-08-21 22:58:09 +0200
commit28e5a3b978c705e20457b5c71a086e6ba23757d0 (patch)
tree7f0c37d2ddd3758aaac5645ec4591da0ae08d014 /includes/helper
parente89727de7d12edfb3f309c485a5effbbfc9e4c2f (diff)
user_ical rewrite (remove codacy issues)
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