[ADDED] New error code, forgot to commit

This commit is contained in:
Sebastian Grewe 2013-11-17 17:12:56 +01:00
parent 21acec83d0
commit b28061142d

View File

@ -66,4 +66,5 @@ $aErrorCodes['E0059'] = 'Worker already exists';
$aErrorCodes['E0060'] = 'Failed to add new worker';
$aErrorCodes['E0061'] = 'Failed to delete worker';
$aErrorCodes['E0062'] = 'Block has no share_id, not running payouts';
$aErrorCodes['E0063'] = 'Upstream share already assigned to previous block';
?>