Skip to content

Commit

Permalink
Update comment with first capital letter
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhlh committed Aug 9, 2016
1 parent 44f4dc8 commit c11e2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/form/fields/folderlist.php
Expand Up @@ -189,7 +189,7 @@ 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.
Expand Down

0 comments on commit c11e2c6

Please sign in to comment.