Fixed another E_STRICT notice that was being raised when using a pipeline.

This commit is contained in:
Daniele Alessandri
2009-12-27 11:42:18 +01:00
parent b757afe492
commit abbc9108e0
+1 -1
View File
@@ -400,7 +400,7 @@ class CommandPipeline {
}
$connection = $this->_redisClient->getConnection();
$commands = &$this->getRecordedCommands();
$commands = $this->getRecordedCommands();
foreach ($commands as $command) {
$connection->writeCommand($command);