Skip to content

Commit

Permalink
Use check() instead of clean() in folderlist
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesegrits committed Jul 29, 2016
1 parent 793db3a commit a622f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/form/fields/folderlist.php
Expand Up @@ -190,7 +190,7 @@ protected function getOptions()
}

$pathObject = new JFilesystemWrapperPath;
$path = $pathObject->clean($path);
$path = $pathObject->check($path);

// Prepend some default options based on field attributes.
if (!$this->hideNone)
Expand Down

0 comments on commit a622f45

Please sign in to comment.