- delete code for revert

This commit is contained in:
liukmqd@gmail.com
2011-05-02 03:14:00 +00:00
parent 0d0a0871a6
commit c0c5f7a784

View File

@@ -28,8 +28,6 @@ class tree extends control
if(strpos('story|bug|case', $viewType) !== false)
{
$product = $this->loadModel('product')->getById($rootID);
a($product);
exit;
$this->view->root = $product;
$this->view->productModules = $this->tree->getOptionMenu($rootID, 'story');
}