Avoid "property of non-object" PHP notice.
This commit is contained in:
parent
51ef894a47
commit
38f7deca78
|
@ -105,7 +105,8 @@ class PeopletagGroupNav extends Widget
|
||||||
|
|
||||||
$this->out->elementStart('ul', array('class' => 'nav'));
|
$this->out->elementStart('ul', array('class' => 'nav'));
|
||||||
|
|
||||||
if (Event::handle('StartPeopletagGroupNav', array($this))) {
|
if (Event::handle('StartPeopletagGroupNav', array($this))
|
||||||
|
&& $tag instanceof Profile_list && $user_profile instanceof Profile) {
|
||||||
// People tag timeline
|
// People tag timeline
|
||||||
$this->out->menuItem(common_local_url('showprofiletag', array('nickname' => $user_profile->nickname,
|
$this->out->menuItem(common_local_url('showprofiletag', array('nickname' => $user_profile->nickname,
|
||||||
'tag' => $tag->tag)),
|
'tag' => $tag->tag)),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user