* Fix bug #47283.
This commit is contained in:
+1
-1
@@ -1903,7 +1903,7 @@ class taskZen extends task
|
||||
$this->execution->setMenu($executionID);
|
||||
if($this->app->tab == 'project')
|
||||
{
|
||||
$this->project->setMenu($execution->project);
|
||||
$this->project->setMenu((int)$execution->project);
|
||||
$this->view->projectID = $execution->project;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user