Modir appel de la mthode create de l'objet project
This commit is contained in:
parent
b69469e6de
commit
5c9d74f8f2
@ -42,7 +42,7 @@ if ($_POST["action"] == 'add' && $user->rights->projet->creer)
|
||||
$pro->socidp = $_GET["socidp"];
|
||||
$pro->ref = $_POST["ref"];
|
||||
$pro->title = $_POST["title"];
|
||||
$pro_id = $pro->create( $user->id);
|
||||
$pro_id = $pro->create($user);
|
||||
|
||||
if ($pro_id)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user