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

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