* Fix bug#17193.
This commit is contained in:
@@ -230,7 +230,9 @@ class repoModel extends model
|
||||
->autoCheck()
|
||||
->exec();
|
||||
|
||||
if(!dao::isError()) $this->rmClientVersionFile();
|
||||
if(dao::isError()) return false;
|
||||
|
||||
$this->rmClientVersionFile();
|
||||
|
||||
$repoID = $this->dao->lastInsertID();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user