From 8aa14dcfce0d457ff826b90f0bbf97caf616c0a5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 27 Feb 2014 11:48:06 +0800 Subject: [PATCH] Generator.php --- Generator.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Generator.php b/Generator.php index f593f0c0..d985688f 100644 --- a/Generator.php +++ b/Generator.php @@ -49,9 +49,9 @@ class Pman_Core_Generator extends DB_DataObject_Generator function getAuth() { - if (!HTML_FlexyFramework::get()->cli) { - die("cli not set"); - } + + die("do not use this directly.."); + } // inherrited.. -- 2.39.2