This commit is contained in:
Shish 2015-06-01 11:23:04 +01:00
parent 8d2b97b72f
commit 4fd3d1a024

View File

@ -1288,7 +1288,7 @@ function full_copy($source, $target) {
function list_files(/*string*/ $base, $_sub_dir="") {
assert(is_dir($base));
$file_list = [];
$file_list = array();
$files = array();
$dir = opendir("$base/$_sub_dir");