mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-28 07:46:34 +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::exists($path))
|
||||||
{
|
{
|
||||||
if (JFolder::folders($path, '.', false) || JFolder::files($path, '.', false))
|
if (JFolder::folders($path) || JFolder::files($path))
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user