Skip to content

Commit

Permalink
Start comment with capital letter
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhlh committed Aug 9, 2016
1 parent c11e2c6 commit 9ff8672
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libraries/joomla/form/fields/filelist.php
Expand Up @@ -192,10 +192,10 @@ protected function getOptions()
{
$path = JPATH_ROOT . '/' . $path;
}

// clean input path, fix DS issue on windows
// Clean input path, fix DS issue on windows
$path = JPath::clean($path);
// Prepend some default options based on field attributes.
if (!$this->hideNone)
{
Expand Down

0 comments on commit 9ff8672

Please sign in to comment.