* fix the bug for task #616.

This commit is contained in:
shiyangyangwork@yahoo.cn
2011-11-25 08:59:15 +00:00
parent 8ce155b032
commit 5bb4f5c641

View File

@@ -41,7 +41,7 @@ class product extends control
* @access public
* @return void
*/
public function index($locate = 'yes', $status = 'undone', $productID)
public function index($locate = 'yes', $status = 'undone', $productID = 0)
{
if($locate == 'yes') $this->locate($this->createLink($this->moduleName, 'browse'));