Try cut and paste to solve pb on class project.
This commit is contained in:
parent
b810e6e556
commit
4a91476be3
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user