--- og_user_roles.module	Mon May 26 13:10:38 2008
+++ fix.module	Tue Aug 26 17:24:29 2008
@@ -3256,7 +3256,7 @@ function og_user_roles_block($op = 'list
 //		    $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='" . base_path() . drupal_get_path_alias("node/" . $node->nid) . "'>" . $imglink . "</a>";
             $block = array('content' => $output);
 		  }
 		}
