Pman/Roo.php
authorAlan Knowles <alan@roojs.com>
Mon, 15 Oct 2018 06:29:04 +0000 (14:29 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 15 Oct 2018 06:29:04 +0000 (14:29 +0800)
Pman/Roo.php

index fdb362b..334c7b9 100644 (file)
@@ -64,7 +64,7 @@ class Pman_Roo extends Pman
         if (!$au) {  
             $this->jerr("Not authenticated", array('authFailure' => true));
         }
-        if (!method_exists($au,'pid')) { print_r($au); } 
+        print_r($au); 
         if (!$au->pid()   ) { // not set up yet..
             $this->jerr("Not authenticated", array('authFailure' => true));
         }