1
0
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:
Cameron
2019-02-13 11:16:48 -08:00
parent c45ed85c5c
commit c5d1e6876b

View File

@@ -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;