[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
mark.
Files modified:
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]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
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. --------------------------------------------------------------------------------