sync
[Pman.Admin] / Export.php
index c8d601f..240ab01 100644 (file)
@@ -50,6 +50,9 @@ require_once 'Pman.php';
 
 class Pman_Admin_Export extends Pman_Admin_Dump {
     
+     static $cli_desc = "Dump database and related files so it could be restored later..";
+    
+    
     function getAuth()
     {
         
@@ -64,7 +67,7 @@ class Pman_Admin_Export extends Pman_Admin_Dump {
     
     var $uid = array();
     
-    function get($path )
+    function get($path, $opts = Array() )
     {
         ini_set('memory_limit', '256M'); // we need alot of memory
         set_time_limit(0);