From bb6887dba8227c73b656341ae2dc5a0f1d2596ea Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 4 Aug 2017 09:52:13 +0800 Subject: [PATCH] Export.php --- Export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Export.php b/Export.php index 336fdf0..240ab01 100644 --- a/Export.php +++ b/Export.php @@ -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); -- 2.39.2