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;