diff --git a/activity_log.module b/activity_log.module
index d6a6ea4..56c2a71 100644
--- a/activity_log.module
+++ b/activity_log.module
@@ -500,6 +500,9 @@ function activity_log_token_values($type, $object = NULL, $options = array()) {
     if (module_exists('imagecache_profiles') && module_exists('facebook_status')) {
       $account->imagecache_preset = variable_get('facebook_status_imagecache_preset', variable_get('user_picture_imagecache_profiles_default', ''));
     }
+    elseif (module_exists('imagecache_profiles')) {
+      $account->imagecache_preset = variable_get('user_picture_imagecache_profiles_default', '');
+    }
     $values['picture'] = theme('user_picture', $account);
     $values['username-themed'] = theme('username', $account);
   }
