Line 1514 should change to: if ($varname && isset($parent->$varname)) {
I had the problem on a website, that $varname was empty and "return $parent->$varname;" crashes my apache:-)
Log in to post a comment.