make avatar bigger on single notice pages
This commit is contained in:
parent
7afb2be83f
commit
c628bbb192
@ -95,7 +95,7 @@ class ShownoticeAction extends Action
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->avatar = $this->profile->getAvatar(AVATAR_STREAM_SIZE);
|
$this->avatar = $this->profile->getAvatar(AVATAR_PROFILE_SIZE);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user