* fix a bug for browse project and product in mobile.

This commit is contained in:
wangyidong
2013-07-04 06:56:02 +00:00
parent fa9b8ad2a6
commit 2a7ebdbea9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class project extends control
{
if($locate == 'yes') $this->locate($this->createLink('project', 'task'));
$this->commonAction($projectID);
if($this->projects) $this->commonAction($projectID);
$this->session->set('projectList', $this->app->getURI(true));
$this->app->loadLang('my');