diff options
Diffstat (limited to 'includes/helper/error_helper.php')
-rw-r--r-- | includes/helper/error_helper.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/includes/helper/error_helper.php b/includes/helper/error_helper.php index 58d0ac86..9314a57a 100644 --- a/includes/helper/error_helper.php +++ b/includes/helper/error_helper.php @@ -5,8 +5,7 @@ * * @param string $message */ -function engelsystem_error($message) { - raw_output($message); +function engelsystem_error($message) +{ + raw_output($message); } - -?>
\ No newline at end of file |