From 9933e1e341593b90fab6d366706710d604a1b43f Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 May 2008 11:54:48 -0400 Subject: fixup default avatar urls by using common function darcs-hash:20080521155448-84dde-0e71fe5dccea49162911f80c65cd1e2a46043b14.gz --- actions/subscriptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/subscriptions.php') diff --git a/actions/subscriptions.php b/actions/subscriptions.php index c15bd5310..f111d0be2 100644 --- a/actions/subscriptions.php +++ b/actions/subscriptions.php @@ -68,7 +68,7 @@ class SubscriptionsAction extends Action { common_element('img', array('src' => (($avatar) ? $avatar->url : - $config['avatar']['default']['stream']), + common_default_avatar(AVATAR_STREAM_SIZE)), 'width' => AVATAR_STREAM_SIZE, 'height' => AVATAR_STREAM_SIZE, 'class' => 'avatar stream', -- cgit v1.2.3-54-g00ecf