[Jifty-commit] jifty branch, master, updated. 96908537b3b568492dd60a8bd4095dc873048da3

Jifty commits jifty-commit at lists.jifty.org
Mon Jun 14 15:40:06 EDT 2010


The branch, master has been updated
       via  96908537b3b568492dd60a8bd4095dc873048da3 (commit)
      from  59c233bdb4391b84082d948f3db41714fc4ad8fc (commit)

Summary of changes:
 lib/Jifty/Plugin/SetupWizard/View.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 96908537b3b568492dd60a8bd4095dc873048da3
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Mon Jun 14 15:39:15 2010 -0400

    Changing JSON encoders in Jifty broke this hack
    
    This fixes it, but the hack itself should be fixed in the near future.

diff --git a/lib/Jifty/Plugin/SetupWizard/View.pm b/lib/Jifty/Plugin/SetupWizard/View.pm
index a988171..08105f6 100644
--- a/lib/Jifty/Plugin/SetupWizard/View.pm
+++ b/lib/Jifty/Plugin/SetupWizard/View.pm
@@ -190,7 +190,7 @@ template '/__jifty/admin/setupwizard/database' => sub {
                  })
                  . ', this)';
 
-    $onchange =~ s/PLACEHOLDER/'+this.value+'/;
+    $onchange =~ s/PLACEHOLDER/"+this.value+"/;
 
     # Only show them drivers they have available
     my (@available_drivers, @unavailable_drivers);

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list