Cleanup and fixes
This commit is contained in:
@@ -228,7 +228,7 @@ class Project extends Base
|
||||
);
|
||||
|
||||
if (! $this->db->table(self::TABLE)->save($values)) {
|
||||
return false;
|
||||
return 0;
|
||||
}
|
||||
|
||||
return $this->db->getConnection()->getLastId();
|
||||
|
||||
Reference in New Issue
Block a user