mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Code cleanup
This commit is contained in:
@@ -683,7 +683,7 @@ class db_table_admin
|
||||
}
|
||||
if ($ret === FALSE)
|
||||
{
|
||||
return $sql->dbError();
|
||||
return $sql->dbError(__METHOD__);
|
||||
}
|
||||
}
|
||||
return TRUE; // Success even if no changes required
|
||||
|
Reference in New Issue
Block a user