fix variable name

This commit is contained in:
max/sooulix 2025-02-12 10:57:54 +01:00
parent 4c99c1daa2
commit 5d870cc718

View File

@ -34,10 +34,10 @@ function dir_list($dir)
{ {
if ($child[0] != '.') if ($child[0] != '.')
{ {
$chidren[] = $child; $children[] = $child;
} }
} }
return $chidren; return $children;
} }
function tsv_path($dir) function tsv_path($dir)