* adjust for tutorial.

This commit is contained in:
wangyidong
2016-04-27 08:30:32 +08:00
parent df065e18ed
commit 240b81f508
5 changed files with 15 additions and 9 deletions
+2 -2
View File
@@ -17,9 +17,9 @@ class task extends control
* @access public
* @return void
*/
public function __construct()
public function __construct($module = '', $method = '')
{
parent::__construct();
parent::__construct($module, $method);
$this->loadModel('project');
$this->loadModel('story');
$this->loadModel('tree');