Skip to content

Commit

Permalink
Codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar committed Sep 30, 2014
1 parent 8f97163 commit 49817b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/createfilecheck.php
Expand Up @@ -85,14 +85,14 @@ public function doExecute()
/**
* Read a folder and create MD5s for all files recursively
*
* @param string $dir Folder to read
* @param string $dir Folder to read
*
* @return array List of MD5s with files
*/
protected function readFolder($dir = '')
{
$result = array();

if (!$dh = @opendir(JPATH_BASE . $dir))
{
return array();
Expand Down

0 comments on commit 49817b9

Please sign in to comment.