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

index 336fdf0..240ab01 100644 (file)
@@ -67,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);