From 50e50f712ab7bb1a9fb260ad522c80f789fb77bb Mon Sep 17 00:00:00 2001 From: Normann Lou Date: Thu, 5 Apr 2012 15:47:41 +1200 Subject: [PATCH] MINOR SSF-124 remove debug info --- code/controllers/CMSMain.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/CMSMain.php b/code/controllers/CMSMain.php index bb2d6a47..10eecdef 100644 --- a/code/controllers/CMSMain.php +++ b/code/controllers/CMSMain.php @@ -524,7 +524,7 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr * * @return SS_List */ - public function getList() {//return 'haha'; + public function getList() { $list = new DataList($this->stat('tree_class')); $request = $this->request;