=== modified file 'og_user_roles.module'
--- og_user_roles.module	2008-07-26 18:48:03 +0000
+++ og_user_roles.module	2008-07-26 18:53:04 +0000
@@ -3256,7 +3256,7 @@
 //		    $attributes = array('width' => $width, 'height' => $height);
 		    $attributes = array();
             $imglink = theme_image($logo, $alt = $node->title, $title = $node->title, $attributes, $getsize = FALSE);
-            $output = "<a href='" . base_path() . "node/" . $node->nid . "'>" . $imglink . "</a>";
+            $output = "<a href='" . url($node->nid) . "'>" . $imglink . "</a>";
             $block = array('content' => $output);
 		  }
 		}

