UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Fri, 15 Nov 2013 05:47:57 +0000 (13:47 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 Nov 2013 05:47:57 +0000 (13:47 +0800)
UpdateDatabase.php

index e434d59..35acea0 100644 (file)
@@ -109,6 +109,12 @@ class Pman_Core_UpdateDatabase extends Pman
         
         $this->cli_options = $opt;
         
+        // ask all the modules to verify the opts
+        
+        
+        
+        
+        
         if($args == 'Person'){
             if(empty($opt['source']) || empty($opt['prefix'])){
                 die("Missing Source directory for person json files or prefix for the passwrod! Try -f [JSON file path] -p [prefix] \n");