Index: modules/profile.author-pane.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/author_pane/modules/profile.author-pane.inc,v
retrieving revision 1.1.2.3.2.3
diff -u -p -r1.1.2.3.2.3 profile.author-pane.inc
--- modules/profile.author-pane.inc	8 Jun 2010 16:13:45 -0000	1.1.2.3.2.3
+++ modules/profile.author-pane.inc	24 Jun 2010 14:13:24 -0000
@@ -22,7 +22,7 @@ function profile_preprocess_author_pane(
     static $cached_profile;
     
     if (isset($cached_profile[$account_id])) {
-      $variables['profile'] = $cached_profile[$account_id]);
+      $variables['profile'] = $cached_profile[$account_id];
     }
     else {
       // As of D6, this just loads the content array and doesn't return anything.
