parent
32b4298d0a
commit
b100fe774c
2 changed files with 6 additions and 1 deletions
|
@ -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)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue