Author: sevein
Date: Wed Feb 15 15:30:00 2012
New Revision: 10902

Log:
The scope of the setting is prefixed in the sfConfig key name

Modified:
   trunk/lib/filter/QubitMeta.class.php

Modified: trunk/lib/filter/QubitMeta.class.php
==============================================================================
--- trunk/lib/filter/QubitMeta.class.php        Wed Feb 15 14:17:03 2012        
(r10901)
+++ trunk/lib/filter/QubitMeta.class.php        Wed Feb 15 15:30:00 2012        
(r10902)
@@ -34,7 +34,7 @@
       }
       else
       {
-        $context->routing->setDefaultParameter($name, 
sfConfig::get('app_'.substr($name, 0, -9)));
+        $context->routing->setDefaultParameter($name, 
sfConfig::get('app_default_template_'.substr($name, 0, -9)));
       }
     }
 

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to