[Jifty-commit] r2617 - in jifty/trunk: share/web/templates/__jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jan 26 20:11:31 EST 2007


Author: alexmv
Date: Fri Jan 26 20:11:31 2007
New Revision: 2617

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/share/web/templates/__jifty/validator.xml

Log:
 r16708 at zoq-fot-pik:  chmrr | 2007-01-26 20:10:54 -0500
  * Warnings avoidance


Modified: jifty/trunk/share/web/templates/__jifty/validator.xml
==============================================================================
--- jifty/trunk/share/web/templates/__jifty/validator.xml	(original)
+++ jifty/trunk/share/web/templates/__jifty/validator.xml	Fri Jan 26 20:11:31 2007
@@ -39,7 +39,7 @@
     $writer->endTag();
     $writer->startTag( "canonicalizeaction", id => $action->register_name );
     for my $arg ( $action->argument_names ) {
-        if ($ra->arguments->{$arg} eq $action->argument_value($arg) ) {
+        if (($ra->arguments->{$arg} || "") eq ($action->argument_value($arg) || "")) {
             # if the value doesn't change, it can be ignored.
             # canonicalizers can change other parts of the action, so we want to send all changes
             $writer->emptyTag( "ignored", name => $action->form_field_name($arg) );


More information about the Jifty-commit mailing list