FML Update 1.4
This commit is contained in:
@ -40,7 +40,7 @@ class FrameInstance extends Control {
|
||||
*/
|
||||
public function __construct($modelId = null, $controlId = null) {
|
||||
parent::__construct($controlId);
|
||||
if (!is_null($modelId)) {
|
||||
if ($modelId !== null) {
|
||||
$this->setModelId($modelId);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user