The 'getInnerElementByName' method in FPLayout.class.php has this line in it:
print "name:".$element->getName()."<br>";
which should really be only used for debugging, and probably should be commented out in the release code.
Log in to post a comment.