1
0
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:
secretr
2012-03-20 11:17:08 +00:00
parent e43bc5333e
commit db723a8b84

View File

@@ -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())