Author: sevein
Date: Tue Jul 26 16:35:46 2011
New Revision: 9395

Log:
Change operator

Modified:
   trunk/lib/QubitRoute.class.php

Modified: trunk/lib/QubitRoute.class.php
==============================================================================
--- trunk/lib/QubitRoute.class.php      Tue Jul 26 16:34:53 2011        (r9394)
+++ trunk/lib/QubitRoute.class.php      Tue Jul 26 16:35:46 2011        (r9395)
@@ -60,7 +60,7 @@
   public function generate($params, $context = array(), $absolute = false)
   {
     // Set module parameter if user asked it (module is '?')
-    if (!is_object($params) && '?' === @$params['module'])
+    if (!is_object($params) && '?' == @$params['module'])
     {
       $params['module'] = self::getModuleName($params[0]['className']);
     }

-- 
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