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-03-07 07:29 am

[dw-free] openID menus missing items

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

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

Enable some menus for identity accounts.

Patch by [staff profile] denise.

Files modified:
  • cgi-bin/DW/Logic/MenuNav.pm
--------------------------------------------------------------------------------
diff -r b0001defcff4 -r 4d05067f5b2e cgi-bin/DW/Logic/MenuNav.pm
--- a/cgi-bin/DW/Logic/MenuNav.pm	Sat Mar 07 07:28:38 2009 +0000
+++ b/cgi-bin/DW/Logic/MenuNav.pm	Sat Mar 07 07:29:39 2009 +0000
@@ -124,12 +124,12 @@ sub get_menu_navigation {
                 {
                     url => "$LJ::SITEROOT/customize/",
                     text => "menunav.organize.selectstyle",
-                    display => $loggedin_hasjournal,
+                    display => $loggedin,
                 },
                 {
                     url => "$LJ::SITEROOT/customize/options.bml",
                     text => "menunav.organize.customizestyle",
-                    display => $loggedin_hasjournal,
+                    display => $loggedin,
                 },
             ],
         },
--------------------------------------------------------------------------------