1
0
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:
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;
}
if(empty($fields))
if(empty($fieldList))
{
$this->mysqlLastErrText = "copyRow \$fields list was empty";
return false;