33
2
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:
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::folders($path, '.', false) || JFolder::files($path, '.', false))
if (JFolder::folders($path) || JFolder::files($path))
{
return true;
}