mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
more proper return value on error (dbDelete )
This commit is contained in:
@@ -2771,7 +2771,7 @@ class e_admin_model extends e_front_model
|
||||
$this->_db_errmsg = '';
|
||||
if($this->hasError())
|
||||
{
|
||||
return 0;
|
||||
return false;
|
||||
}
|
||||
|
||||
if(!$this->getId())
|
||||
|
Reference in New Issue
Block a user