BUGFIX: fixed assess to a protected attribute variable of form causing an error.

This commit is contained in:
Julian Seidenberg 2011-03-01 16:00:21 +13:00
parent 188827a7b5
commit a3da342b06

View File

@ -970,7 +970,7 @@ class LeftAndMain extends Controller {
if(!$form) return false;
$form->transform(new PrintableTransformation());
$form->actions = null;
$form->setActions(null);
Requirements::clear();
Requirements::css(CMS_DIR . '/css/LeftAndMain_printable.css');