[Jifty-commit] r3044 - in jifty/trunk: lib

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Mar 21 15:39:52 EDT 2007


Author: jesse
Date: Wed Mar 21 15:39:51 2007
New Revision: 3044

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty.pm

Log:
 r53771 at pinglin:  jesse | 2007-03-21 15:39:16 -0400
 * Make sure test coverage copes with new jifty->config 


Modified: jifty/trunk/lib/Jifty.pm
==============================================================================
--- jifty/trunk/lib/Jifty.pm	(original)
+++ jifty/trunk/lib/Jifty.pm	Wed Mar 21 15:39:51 2007
@@ -341,7 +341,7 @@
             }
         } 
         
-        if ($backend eq 'JiftyDBI' ) {
+        if ($backend eq 'JiftyDBI' and Jifty->handle ) {
                 @args    = (
                     db_config    => Jifty->handle->{db_config},
                     table_prefix => '_jifty_pubsub_',


More information about the Jifty-commit mailing list