aboutsummaryrefslogtreecommitdiffstats
path: root/include/ItemObject.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-24 23:49:44 -0800
committerfriendica <info@friendica.com>2013-01-24 23:49:44 -0800
commit299507de08f96160ed3e308006aeda31879e9c9b (patch)
treeee5cbdd336ade006a4b46f2f4a1c4ea6f411f9ce /include/ItemObject.php
parent851e436d04fa6dd975666369e8d746036b700d5d (diff)
downloadvolse-hubzilla-299507de08f96160ed3e308006aeda31879e9c9b.tar.gz
volse-hubzilla-299507de08f96160ed3e308006aeda31879e9c9b.tar.bz2
volse-hubzilla-299507de08f96160ed3e308006aeda31879e9c9b.zip
fix wall-wall ownername
Diffstat (limited to 'include/ItemObject.php')
-rw-r--r--include/ItemObject.php2
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,