Skip to content

Commit

Permalink
Fix: back to project page
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 7, 2015
1 parent 2c364db commit 4a3e4d6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions htdocs/projet/tasks.php
Expand Up @@ -133,8 +133,7 @@
}
else
{
setEventMessage($task->error,'errors');
setEventMessage($task->errors,'errors');
setEventMessages($task->error,$task->errors,'errors');
}
}

Expand All @@ -150,6 +149,7 @@
header("Location: ".DOL_URL_ROOT.'/projet/tasks/index.php'.(empty($mode)?'':'?mode='.$mode));
exit;
}
$id = $projectid;
}
}
else
Expand All @@ -168,9 +168,10 @@
}
}


/*
* View
*/
*/

$form=new Form($db);
$formother=new FormOther($db);
Expand Down

0 comments on commit 4a3e4d6

Please sign in to comment.