33
2
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:
Denis Ryabov 2021-02-13 23:13:27 +03:00
parent aaa100fbbb
commit a3d44e9188

View File

@ -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;
} }