fix variable name
This commit is contained in:
parent
4c99c1daa2
commit
5d870cc718
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user