diff options
-rw-r--r-- | include/ItemObject.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ItemObject.php b/include/ItemObject.php index 9666cda23..047f8ff0b 100644 --- a/include/ItemObject.php +++ b/include/ItemObject.php @@ -223,7 +223,7 @@ class Item extends BaseObject { 'indent' => $indent, 'owner_url' => $this->get_owner_url(), 'owner_photo' => $this->get_owner_photo(), - 'owner_name' => $this->get_owner_name, + 'owner_name' => $this->get_owner_name(), // Item toolbar buttons 'like' => $like, |