Fix for PHP 7.0.7

Fixes #552
This commit is contained in:
Evert Pot 2016-05-28 20:24:42 -04:00
parent 32b4298d0a
commit b100fe774c
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,11 @@
ChangeLog
=========
0.4.5 (????-??-??)
------------------
* #552: PHP 7.0.7 introduced a sublte BC break that caused Baikal to error.
0.4.4 (2016-03-30)
------------------

View file

@ -33,7 +33,7 @@ class Zone extends \Flake\Core\FLObject {
$this->sZone = $sZone;
}
function addBlock(&$oBlock) {
function addBlock($oBlock) {
$this->oZonableObject->addBlock(
$oBlock,
$this->sZone