method, not property

This commit is contained in:
Domovoy 2012-08-24 04:58:51 +02:00
parent 72f3d628e8
commit 32bf36bf97
1 changed files with 1 additions and 1 deletions

View File

@ -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';
}
}
}