From: Alan Knowles Date: Mon, 15 Oct 2018 06:29:04 +0000 (+0800) Subject: Pman/Roo.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=70f776a7aa09ebf5f506524280ab6c8b13e1bf2f Pman/Roo.php --- diff --git a/Pman/Roo.php b/Pman/Roo.php index fdb362b..334c7b9 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -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)); }