Fix name of default avatar

This commit is contained in:
Evan Prodromou 2009-02-06 04:03:03 -05:00
parent bb2cb65c2a
commit 5cdead72cd
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class Avatar extends Memcached_DataObject
} }
} }
static function defaultAvatar($size) static function defaultImage($size)
{ {
static $sizenames = array(AVATAR_PROFILE_SIZE => 'profile', static $sizenames = array(AVATAR_PROFILE_SIZE => 'profile',
AVATAR_STREAM_SIZE => 'stream', AVATAR_STREAM_SIZE => 'stream',