diff options
Diffstat (limited to 'includes/error_handler.php')
-rwxr-xr-x | includes/error_handler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/error_handler.php b/includes/error_handler.php index 062df488..00a76058 100755 --- a/includes/error_handler.php +++ b/includes/error_handler.php @@ -1,6 +1,6 @@ <?php - require_once("./funktion_jabber.php"); + require_once("funktion_jabber.php"); // global array for collected error_messages $error_messages = array(); |