Menu

#13 Method reference mistake!

open
nobody
None
5
2014-09-26
2005-07-30
Anonymous
No

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

Discussion


Log in to post a comment.

MongoDB Logo MongoDB