fixed bug.

This commit is contained in:
Paweł Jędrzejewski 2011-10-31 21:56:39 +01:00
parent f2c909cc64
commit a78b50a71d

View file

@ -49,7 +49,7 @@ class Processor
*/
public function registerOperation(OperationInterface $operation)
{
$this->operations = $operation;
$this->operations[] = $operation;
}
/**