mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00:00
MINOR Code formatting inconsistency
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63459 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
f60c0c7ed7
commit
ffc40288b5
@ -108,11 +108,9 @@ class ReportAdmin extends LeftAndMain {
|
||||
if(Director::is_ajax()) {
|
||||
SSViewer::setOption('rewriteHashlinks', false);
|
||||
|
||||
$result = $this->customise(
|
||||
array(
|
||||
$result = $this->customise(array(
|
||||
'EditForm' => $editForm
|
||||
)
|
||||
)->renderWith($this->getTemplatesWithSuffix('_right'));
|
||||
))->renderWith($this->getTemplatesWithSuffix('_right'));
|
||||
|
||||
return $this->getLastFormIn($result);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user