From 61a3d038834286c800c047efcef77468226fc1c3 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 21 Nov 2009 02:38:35 +0000 Subject: [PATCH] MINOR Fixed indentation and documentation in CMSMain git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92658 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/CMSMain.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/code/CMSMain.php b/code/CMSMain.php index b7ba6803..2f30b2f6 100755 --- a/code/CMSMain.php +++ b/code/CMSMain.php @@ -226,11 +226,11 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr if(!Director::fileExists($closedFolderImage) || $option = "file") $closedFolderImage = $fileImage; $js .= <<getCMSFields()} + */ public function getEditForm($id) { $record = $this->getRecord($id);