Should fix the unknown "internal-psid" field

This commit is contained in:
Michael 2020-03-29 11:16:40 +00:00
parent cb1696bfaf
commit 979199c442
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ class Item
}
$pinned = [];
while ($useritem = self::fetch($useritems)) {
while ($useritem = DBA::fetch($useritems)) {
$pinned[] = $useritem['iid'];
}
DBA::close($useritems);