From: Alan Knowles Date: Mon, 15 Oct 2018 06:24:32 +0000 (+0800) Subject: Pman/Roo.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=5f7e3d46dc328778420d83bc55f5ca399c3374d2 Pman/Roo.php --- diff --git a/Pman/Roo.php b/Pman/Roo.php index a4c5427..81e5279 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -64,6 +64,7 @@ class Pman_Roo extends Pman if (!$au) { $this->jerr("Not authenticated", array('authFailure' => true)); } + print_r($au); if (!$au->pid() ) { // not set up yet.. $this->jerr("Not authenticated", array('authFailure' => true)); }