Index: recent_changes.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/recent_changes/recent_changes.module,v
retrieving revision 1.5.2.4
diff -u -r1.5.2.4 recent_changes.module
--- recent_changes.module	26 Feb 2008 08:03:04 -0000	1.5.2.4
+++ recent_changes.module	14 Feb 2009 20:16:03 -0000
@@ -292,7 +292,8 @@
     $is_comment = ($item->cid != 0);
 
     $text = '';
-    $url = call_user_func_array('url', array_merge($item->url_array, array(TRUE)));
+    $item->url_array[1]['absolute'] = TRUE;
+    $url = call_user_func_array('url', $item->url_array);
     $title = '(' . $item->flag . ') ' . $item->node_type_name . ': ' . $item->item_title;
     $extra = array();
 

