Try cut and paste to solve pb on class project.

This commit is contained in:
Laurent Destailleur 2014-08-28 12:26:43 +02:00
parent b810e6e556
commit 4a91476be3

View File

@ -53,6 +53,7 @@ class Project extends CommonObject
var $statuts;
var $oldcopy;
/**
* Constructor
*
@ -252,7 +253,7 @@ class Project extends CommonObject
$result = 1;
}
else
{
{
$this->db->rollback();
$result = -1;
}