* fix the bug#184.

This commit is contained in:
wangchunsheng
2011-03-04 09:22:55 +00:00
parent 3b509b7681
commit a8dce44078

View File

@@ -514,7 +514,6 @@ class control
{
if(empty($this->output)) $this->parse($moduleName, $methodName);
echo $this->output;
if($this->viewType == 'json') die();
}
/**