From 950cabd8611814ce4e95d34d5d0dcae24238452c Mon Sep 17 00:00:00 2001 From: wangyidong Date: Thu, 10 Mar 2011 02:33:18 +0000 Subject: [PATCH] * change it for view --- module/doc/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/doc/control.php b/module/doc/control.php index ae9281d63c..976e617524 100644 --- a/module/doc/control.php +++ b/module/doc/control.php @@ -134,7 +134,7 @@ class doc extends control { $moduleOptionMenu = $this->tree->getOptionMenu($libID, 'customdoc', $startModuleID = 0); } - $this->config->doc->search['params']['module']['values'] = $moduleOptionMenu; + $this->config->doc->search['params']['module']['values'] = array(''=>'') + $moduleOptionMenu; $this->view->searchForm = $this->fetch('search', 'buildForm', $this->config->doc->search); $this->view->libID = $libID;