From 33c3742632a164928a4b89ce2f63639cc214c4f4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 15 Oct 2018 14:24:47 +0800 Subject: [PATCH] Pman/Roo.php --- Pman/Roo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman/Roo.php b/Pman/Roo.php index 81e5279..fdb362b 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)); } - print_r($au); + if (!method_exists($au,'pid')) { print_r($au); } if (!$au->pid() ) { // not set up yet.. $this->jerr("Not authenticated", array('authFailure' => true)); } -- 2.39.2