@@ -268,8 +268,7 @@ |
||
268 | 268 | } |
269 | 269 | |
270 | 270 | $this->aCommands = ($bBefore) ? |
271 | - array_merge($aCommands, $this->aCommands) : |
|
272 | - array_merge($this->aCommands, $aCommands); |
|
271 | + array_merge($aCommands, $this->aCommands) : array_merge($this->aCommands, $aCommands); |
|
273 | 272 | } |
274 | 273 | |
275 | 274 | /** |