From 2b0ebd6f8a789881b97b74dba3a260b1d4ffbf8a Mon Sep 17 00:00:00 2001 From: quix0r Date: Mon, 10 Jan 2011 08:55:46 +0000 Subject: [PATCH] Wrong array element fixed --- inc/pool/pool-bonus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/pool/pool-bonus.php b/inc/pool/pool-bonus.php index 5e9c743b8a..fcbab85a6d 100644 --- a/inc/pool/pool-bonus.php +++ b/inc/pool/pool-bonus.php @@ -126,7 +126,7 @@ if ($GLOBALS['pool_cnt'] < getMaxSend()) { break; default: // Unknown return type - logDebugMessage(__FILE__, __LINE__, 'Unknown status ' . $status . ' detected. pool_id=' . $DATA['id'] . ',sender=' . $DATA['sender'] . ',stats_id=' . $stats_id); + logDebugMessage(__FILE__, __LINE__, 'Unknown status ' . $status . ' detected. pool_id=' . $DATA['id'] . ',userid=' . $DATA['userid'] . ',stats_id=' . $stats_id); break; } // END - switch } // END - if -- 2.39.5