Cli.php
authorAlan Knowles <alan@akbkhome.com>
Sat, 27 Oct 2012 13:16:33 +0000 (21:16 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 27 Oct 2012 13:16:33 +0000 (21:16 +0800)
Cli.php

diff --git a/Cli.php b/Cli.php
index 13230cb..49b0867 100644 (file)
--- a/Cli.php
+++ b/Cli.php
@@ -1,11 +1,11 @@
 <?php
 /*
 
+ Base class for CLI only commands
 
 */
 
-
+require_once 'Pman.php';
 class Pman_Core_Cli extends Pman
 {
     static $cli_desc = "Base class for CLI only commands";
@@ -23,5 +23,6 @@ class Pman_Core_Cli extends Pman
     {
         die("this is only used as a base class for Cli based commands - extend to use.");
     }
     
 }
\ No newline at end of file