mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-04-08 07:08 pm

[dw-free] Fix /friends occurrence in Zesty.

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

Fix /friends occurrence in Zesty.

Patch by [staff profile] mark.

Files modified:
  • bin/upgrading/s2layers/zesty/layout.s2
--------------------------------------------------------------------------------
diff -r 5b17e058c2a4 -r d3dbdc2f9690 bin/upgrading/s2layers/zesty/layout.s2
--- a/bin/upgrading/s2layers/zesty/layout.s2	Wed Apr 08 18:34:13 2009 +0000
+++ b/bin/upgrading/s2layers/zesty/layout.s2	Wed Apr 08 19:08:38 2009 +0000
@@ -1798,7 +1798,7 @@ function FriendsPage::lay_build_url(stri
     if ($.friends_mode != "") {
         $url = $url + "/$.friends_mode";
     } else {
-        $url = $url + "/friends";
+        $url = $url + "/read";
     }
 
     # Page might be a friends group.
--------------------------------------------------------------------------------