afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-05-07 03:11 pm

[dw-free] Join Community page links to invalid community search page

[commit: http://hg.dwscoalition.org/dw-free/rev/6f8ec56b6af8]

http://bugs.dwscoalition.org/show_bug.cgi?id=1101

Fix link to community search after joining a community.

Patch by [personal profile] kareila.

Files modified:
  • htdocs/community/join.bml
--------------------------------------------------------------------------------
diff -r cbcf9c621bf9 -r 6f8ec56b6af8 htdocs/community/join.bml
--- a/htdocs/community/join.bml	Thu May 07 14:58:31 2009 +0000
+++ b/htdocs/community/join.bml	Thu May 07 15:11:19 2009 +0000
@@ -75,7 +75,7 @@ body<=
     my $next_links = "<?p $ML{'.label.you_can'} p?><ul>";
     $next_links .= "<li><a href=\'" . $cu->journal_base . "'>". BML::ml('.label.read_recent_entries', {'user' => $cu->user}) . "</a></li>";
     $next_links .= "<li><a href=\'" . $cu->profile_url . "'>" . BML::ml('.label.read_comm_info', {'user' => $cu->user}) . "</a></li>";
-    $next_links .= "<li><a href='$LJ::SITEROOT/site/search.bml'>".BML::ml('.label.search_other') . "</a></li>";
+    $next_links .= "<li><a href='$LJ::SITEROOT/community/search.bml'>".BML::ml('.label.search_other') . "</a></li>";
     $next_links .= LJ::run_hook("join_comm_extra")
         if LJ::are_hooks("join_comm_extra");
     $next_links .= "</ul>";
--------------------------------------------------------------------------------