Merge branch 'develop' of github.com:atm-maxime/dolibarr into develop

This commit is contained in:
Maxime Kohlhaas
2014-07-06 10:44:29 +02:00

View File

@@ -116,7 +116,7 @@ if ($action == 'confirm_delete' && $confirm == "yes" && $user->rights->projet->s
if ($object->delete($user) > 0)
{
header("Location: index.php");
header('Location: '.DOL_URL_ROOT.'/projet/tasks.php?id='.$projectstatic->id);
exit;
}
else