From 2211dc0863586a9b5af82b47cb77abb1ba593ac9 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 18 Nov 2013 12:21:55 +0100 Subject: [PATCH] [REBASE] fixes --- public/include/config/error_codes.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/public/include/config/error_codes.inc.php b/public/include/config/error_codes.inc.php index 518bed00..ea1c8fd3 100644 --- a/public/include/config/error_codes.inc.php +++ b/public/include/config/error_codes.inc.php @@ -67,4 +67,5 @@ $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'; +$aErrorCodes['E0064'] = 'Unable to fetch worker ID'; ?>