[FIX] Removed empty error string
This commit is contained in:
parent
f67e63b6fc
commit
5f2a7c01c4
@ -65,5 +65,4 @@ $aErrorCodes['E0058'] = 'Worker name and/or password must not be empty';
|
|||||||
$aErrorCodes['E0059'] = 'Worker already exists';
|
$aErrorCodes['E0059'] = 'Worker already exists';
|
||||||
$aErrorCodes['E0060'] = 'Failed to add new worker';
|
$aErrorCodes['E0060'] = 'Failed to add new worker';
|
||||||
$aErrorCodes['E0061'] = 'Failed to delete worker';
|
$aErrorCodes['E0061'] = 'Failed to delete worker';
|
||||||
$aErrorCodes[''] = '';
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user