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