Generator.php
authorAlan Knowles <alan@roojs.com>
Thu, 27 Feb 2014 03:48:06 +0000 (11:48 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 27 Feb 2014 03:48:06 +0000 (11:48 +0800)
Generator.php

index f593f0c..d985688 100644 (file)
@@ -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..