Pman/Roo.php
authorChris <chris@roojs.com>
Mon, 25 Jun 2012 06:40:22 +0000 (14:40 +0800)
committerChris <chris@roojs.com>
Mon, 25 Jun 2012 06:40:22 +0000 (14:40 +0800)
Pman/Roo.php

index f88503d..f38ac80 100644 (file)
@@ -1338,8 +1338,9 @@ class Pman_Roo extends Pman
                     continue;
             }
         }
-        
-        $x->setFrom($q_filtered);
+        if (!empty($q_filtered)) {
+            $x->setFrom($q_filtered);
+        ]