Rename DBA::affected_rows to DBA::affectedRows

This commit is contained in:
Hypolite Petovan 2018-07-20 21:58:15 -04:00
parent d3144e2837
commit e42cf4d4fc
3 changed files with 4 additions and 4 deletions

View file

@ -809,7 +809,7 @@ class Item extends BaseObject
}
// When there is no content for the "old" item table, this will count the fetched items
$rows = DBA::affected_rows();
$rows = DBA::affectedRows();
while ($item = DBA::fetch($items)) {