method, not property
This commit is contained in:
parent
72f3d628e8
commit
32bf36bf97
|
@ -620,7 +620,7 @@ class Item extends BaseObject {
|
|||
$this->owner_url = zrl($matches[0][1]);
|
||||
$this->owner_name = $matches[0][2];
|
||||
// Use the nosign
|
||||
$this->owner_photo = $a->get_baseurl .'/images/nosign.jpg';
|
||||
$this->owner_photo = $a->get_baseurl() .'/images/nosign.jpg';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue