From e9535c219bb1253db90a6af6ce699be33df9cb77 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Thu, 27 Dec 2012 01:27:35 +0000 Subject: [PATCH] * fix a bug for module of doc. --- module/tree/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/tree/control.php b/module/tree/control.php index 2b3957afc4..e9ceb434e1 100644 --- a/module/tree/control.php +++ b/module/tree/control.php @@ -43,6 +43,7 @@ class tree extends control $this->loadModel('doc'); if($rootID == 'product' or $rootID == 'project') { + $viewType = $rootID . 'doc'; $lib = new stdclass(); $lib->id = $rootID; $lib->name = $this->lang->doc->systemLibs[$rootID];