[Jifty-commit] r4744 - jifty/branches/cssquery-refactor/lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Dec 19 02:31:43 EST 2007


Author: gugod
Date: Wed Dec 19 02:31:42 2007
New Revision: 4744

Modified:
   jifty/branches/cssquery-refactor/lib/Jifty/Config.pm

Log:
Fix that big syntax error checked in by mistake.


Modified: jifty/branches/cssquery-refactor/lib/Jifty/Config.pm
==============================================================================
--- jifty/branches/cssquery-refactor/lib/Jifty/Config.pm	(original)
+++ jifty/branches/cssquery-refactor/lib/Jifty/Config.pm	Wed Dec 19 02:31:42 2007
@@ -393,6 +393,7 @@
     if ( $config->{'framework'}->{'ConfigFileVersion'} < 3) {
         unshift (@{$config->{'framework'}->{'Plugins'}}, 
             { CSSQuery           => {}, }
+        );
     }
 
     return $config;


More information about the Jifty-commit mailing list