fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2012-01-27 01:39 am

[dw-free] undefined string warning in LJ/Widget/Login.pm

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

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

Hush warnings.

Patch by [personal profile] kareila.

Files modified:
  • htdocs/login.bml
--------------------------------------------------------------------------------
diff -r 19ee0e413510 -r ee93f1695e0a htdocs/login.bml
--- a/htdocs/login.bml	Thu Jan 26 01:03:35 2012 +0800
+++ b/htdocs/login.bml	Fri Jan 27 09:40:30 2012 +0800
@@ -235,6 +235,7 @@
     };
 
     if (LJ::did_post()) {
+        warn Data::Dumper::Dumper( \%POST );
         my $do_change = $POST{'action:change'};
         my $do_login  = $POST{'action:login'};
         my $do_logout = $POST{'action:logout'};
--------------------------------------------------------------------------------
kareila: (Default)

[personal profile] kareila 2012-01-27 01:54 am (UTC)(link)
Yikes, this is not my patch! You committed a debug statement. :(