From 58d4ad68c711cf535f7bacc0c899e72d7f835893 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 3 Apr 2013 19:02:27 +0800 Subject: [PATCH] Tests/I18n.php --- Tests/I18n.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tests/I18n.php b/Tests/I18n.php index 7eb888b8..569f2ab9 100644 --- a/Tests/I18n.php +++ b/Tests/I18n.php @@ -6,7 +6,8 @@ class Pman_Core_Tests_I18n extends Pman { function getAuth() { - if (!$this->cli) { + print_R($this);exit; + if (!$this->bootcli) { die("not cli?"); } -- 2.39.2