spelling: refers
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
74ed755311
commit
f6bd4f5d79
1 changed files with 1 additions and 1 deletions
|
@ -1499,7 +1499,7 @@ class Item
|
||||||
|
|
||||||
$users = [];
|
$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']]);
|
$owner = DBA::selectFirst('contact', ['url', 'nurl', 'alias'], ['id' => $parent['owner-id']]);
|
||||||
if (!DBA::isResult($owner)) {
|
if (!DBA::isResult($owner)) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue