Dump.php
authorAlan Knowles <alan@roojs.com>
Fri, 4 Aug 2017 01:51:00 +0000 (09:51 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 4 Aug 2017 01:51:00 +0000 (09:51 +0800)
Dump.php

index 45c53dc..50eed2a 100644 (file)
--- a/Dump.php
+++ b/Dump.php
@@ -65,7 +65,7 @@ class Pman_Admin_Dump extends Pman {
     var $deps = array(); // list of dependants
     var $out = array(); // list of created sql/shell scripts.
     
-    function get($path )
+    function get($path, $opts = Array) )
     {
         ini_set('memory_limit', '256M'); // we need alot of memory
         set_time_limit(0);