mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-27 23:36:38 +00:00
remove default parameters
This commit is contained in:
parent
aaa100fbbb
commit
a3d44e9188
@ -93,7 +93,7 @@ class JedcheckerViewUploads extends JViewLegacy
|
||||
|
||||
if (JFolder::exists($path))
|
||||
{
|
||||
if (JFolder::folders($path, '.', false) || JFolder::files($path, '.', false))
|
||||
if (JFolder::folders($path) || JFolder::files($path))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user