fix wall-wall ownername

This commit is contained in:
friendica 2013-01-24 23:49:44 -08:00
parent 851e436d04
commit 299507de08

View File

@ -223,7 +223,7 @@ class Item extends BaseObject {
'indent' => $indent, 'indent' => $indent,
'owner_url' => $this->get_owner_url(), 'owner_url' => $this->get_owner_url(),
'owner_photo' => $this->get_owner_photo(), 'owner_photo' => $this->get_owner_photo(),
'owner_name' => $this->get_owner_name, 'owner_name' => $this->get_owner_name(),
// Item toolbar buttons // Item toolbar buttons
'like' => $like, 'like' => $like,