diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index adc34fc2..c8a55812 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -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');