Method reference mistake!
Brought to you by:
ilyabo
Hi at line 248 in the file Layout.class.php you mistaken
a method for an attribute :)
$this->_owner->wasSubmitted() :
$this->_owner->_wasFormSubmitted()
should be
$this->_owner->wasSubmitted() :
$this->_owner->_wasFormSubmitted
Keep up the good work guys,
-Galo