projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cacf627
)
Change avatar size on single notice page
author
Evan Prodromou
<evan@status.net>
Wed, 20 Apr 2011 19:47:44 +0000
(15:47 -0400)
committer
Evan Prodromou
<evan@status.net>
Wed, 20 Apr 2011 19:47:44 +0000
(15:47 -0400)
actions/shownotice.php
patch
|
blob
|
history
diff --git
a/actions/shownotice.php
b/actions/shownotice.php
index 4f35d404696661304f665b73040850ee12a63d36..ea9041efb50bd6bf2e52218c44c861cfd20dd667 100644
(file)
--- a/
actions/shownotice.php
+++ b/
actions/shownotice.php
@@
-335,6
+335,6
@@
class SingleNoticeItem extends DoFollowListItem
{
function avatarSize()
{
- return AVATAR_
PROFILE
_SIZE;
+ return AVATAR_
STREAM
_SIZE;
}
}