pass profile correctly to show_owner_controls
darcs-hash:20081208201351-5ed1f-e74df1c59589816c24a0ccd867cbae714cd7daec.gz
This commit is contained in:
parent
fa81041ec7
commit
d8c933cd54
@ -151,7 +151,7 @@ class ProfileList {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($user && $user->id == $this->owner->id) {
|
if ($user && $user->id == $this->owner->id) {
|
||||||
$this->show_owner_controls($profile);
|
$this->show_owner_controls($this->profile);
|
||||||
}
|
}
|
||||||
|
|
||||||
common_element_end('li');
|
common_element_end('li');
|
||||||
|
Loading…
Reference in New Issue
Block a user