[FIX] Removed empty error string

This commit is contained in:
Sebastian Grewe 2013-11-05 14:41:25 +01:00
parent f67e63b6fc
commit 5f2a7c01c4

View File

@ -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[''] = '';
?>