mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
BUGFIX: fixed assess to a protected attribute variable of form causing an error.
This commit is contained in:
parent
188827a7b5
commit
a3da342b06
@ -970,7 +970,7 @@ class LeftAndMain extends Controller {
|
|||||||
if(!$form) return false;
|
if(!$form) return false;
|
||||||
|
|
||||||
$form->transform(new PrintableTransformation());
|
$form->transform(new PrintableTransformation());
|
||||||
$form->actions = null;
|
$form->setActions(null);
|
||||||
|
|
||||||
Requirements::clear();
|
Requirements::clear();
|
||||||
Requirements::css(CMS_DIR . '/css/LeftAndMain_printable.css');
|
Requirements::css(CMS_DIR . '/css/LeftAndMain_printable.css');
|
||||||
|
Loading…
Reference in New Issue
Block a user