diff --git a/src/Model/Item.php b/src/Model/Item.php index 3d3e4d0014..6ddfdba592 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -1499,7 +1499,7 @@ class Item $users = []; - /// @todo add a field "pcid" in the contact table that referrs to the public contact id. + /// @todo add a field "pcid" in the contact table that refers to the public contact id. $owner = DBA::selectFirst('contact', ['url', 'nurl', 'alias'], ['id' => $parent['owner-id']]); if (!DBA::isResult($owner)) { return;