Welcome Guest, Not a member yet? Register   Sign In
get_filenames() works recursively even when explicitly told not to
#7

[eluser]Nicolas Santos[/eluser]
Hello all,

same bug in 2.0

File_helper line 191
replace
Code:
if (@is_dir($source_dir.$file) && strncmp($file, '.', 1) !== 0)
by
Code:
if (@is_dir($source_dir.$file) && strncmp($file, '.', 1) !== 0 && $_recursion === TRUE )


Messages In This Thread
get_filenames() works recursively even when explicitly told not to - by El Forum - 03-25-2011, 08:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB