mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02: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,12 +108,10 @@ class ReportAdmin extends LeftAndMain {
|
|||||||
if(Director::is_ajax()) {
|
if(Director::is_ajax()) {
|
||||||
SSViewer::setOption('rewriteHashlinks', false);
|
SSViewer::setOption('rewriteHashlinks', false);
|
||||||
|
|
||||||
$result = $this->customise(
|
$result = $this->customise(array(
|
||||||
array(
|
'EditForm' => $editForm
|
||||||
'EditForm' => $editForm
|
))->renderWith($this->getTemplatesWithSuffix('_right'));
|
||||||
)
|
|
||||||
)->renderWith($this->getTemplatesWithSuffix('_right'));
|
|
||||||
|
|
||||||
return $this->getLastFormIn($result);
|
return $this->getLastFormIn($result);
|
||||||
} else {
|
} else {
|
||||||
return array();
|
return array();
|
||||||
|
Loading…
Reference in New Issue
Block a user