summaryrefslogtreecommitdiff
path: root/actions/shownotice.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-10-04 13:06:40 -0700
committerBrion Vibber <brion@pobox.com>2010-10-04 13:06:40 -0700
commit5c4723919fa757b3e14a59350415cfe53e0900d1 (patch)
tree41383884e14ffb429dec088b490f639578085693 /actions/shownotice.php
parent59119482ca34540bd7f0a2a1aa994de1d5328ea2 (diff)
parentde185a14057e52d6acd306a643eb8f38cd83973e (diff)
Merge branch '0.9.x' into 1.0.x
Diffstat (limited to 'actions/shownotice.php')
-rw-r--r--actions/shownotice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/shownotice.php b/actions/shownotice.php
index 1161de863..93d056aca 100644
--- a/actions/shownotice.php
+++ b/actions/shownotice.php
@@ -297,7 +297,7 @@ class ShownoticeAction extends OwnerDesignAction
$avatar = $this->profile->getAvatar(AVATAR_PROFILE_SIZE);
$avatarUrl = ($avatar) ?
$avatar->displayUrl() :
- Avatar::defaultImage($avatar_size);
+ Avatar::defaultImage(AVATAR_PROFILE_SIZE);
$this->element('meta', array('property' => 'og:image',
'content' => $avatarUrl));
$this->element('meta', array('property' => 'og:description',