Pman/Roo.php
authorbenny <benny@roojs.com>
Mon, 30 Jul 2018 03:29:37 +0000 (11:29 +0800)
committerbenny <benny@roojs.com>
Mon, 30 Jul 2018 03:29:37 +0000 (11:29 +0800)
Pman/Roo.php

index a22bd68..0a211ee 100644 (file)
@@ -1228,8 +1228,8 @@ class Pman_Roo extends Pman
             }
             
             //
-
-            if (!empty($match_ar) && $match_ar[0]->isAdmin == false) {
+            var_dump($match_ar[0]); 
+            if (!empty($match_ar) && $match_ar[0]->isAdmin != false) {
                 $chk = $match_ar[0];
                 $chk->limit(1);
                 $o = $chk->fetchAll();