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-12-07 05:08 am

[dw-free] Some pages erroring out if you try to access them when logged out

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

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

I removed this variable thinking it was not used, but it's used in strings
so my grep failed. Bad Mark.

Patch by [staff profile] mark.

Files modified:
  • cgi-bin/DW/Setting/XPostAccounts.pm
--------------------------------------------------------------------------------
diff -r acc72c6b6b65 -r d40fdf239212 cgi-bin/DW/Setting/XPostAccounts.pm
--- a/cgi-bin/DW/Setting/XPostAccounts.pm	Mon Dec 07 04:57:39 2009 +0000
+++ b/cgi-bin/DW/Setting/XPostAccounts.pm	Mon Dec 07 05:08:32 2009 +0000
@@ -54,6 +54,9 @@ sub option {
             $ret .= "<div style='color: blue;'>" . $class->ml('setting.xpost.message.update', { username => $acct->username, servername => $acct->servername }) . "</div>";
         }
     }
+
+    # convenience
+    my $key = $class->pkgkey;
 
     # be sure to add your style info in htdocs/stc/settings.css or this won't
     # look very good.
--------------------------------------------------------------------------------

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org