From 5f2a7c01c40728ae53c9531e338a4b93b37c182e Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Tue, 5 Nov 2013 14:41:25 +0100 Subject: [PATCH] [FIX] Removed empty error string --- public/include/config/error_codes.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/public/include/config/error_codes.inc.php b/public/include/config/error_codes.inc.php index bdc6554c..b48622c3 100644 --- a/public/include/config/error_codes.inc.php +++ b/public/include/config/error_codes.inc.php @@ -65,5 +65,4 @@ $aErrorCodes['E0058'] = 'Worker name and/or password must not be empty'; $aErrorCodes['E0059'] = 'Worker already exists'; $aErrorCodes['E0060'] = 'Failed to add new worker'; $aErrorCodes['E0061'] = 'Failed to delete worker'; -$aErrorCodes[''] = ''; ?>