mirror of
https://github.com/e107inc/e107.git
synced 2025-07-26 01:11:28 +02:00
copyRow() error check fix.
This commit is contained in:
@@ -2268,7 +2268,7 @@ class e_db_pdo implements e_db
|
||||
$fieldList = $fields;
|
||||
}
|
||||
|
||||
if(empty($fields))
|
||||
if(empty($fieldList))
|
||||
{
|
||||
$this->mysqlLastErrText = "copyRow \$fields list was empty";
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user