Skip to content

Commit

Permalink
Fix php version functions
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Mar 18, 2013
1 parent 000e7e2 commit 9799d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FileUtil.php
Expand Up @@ -217,7 +217,7 @@ function futil_get_contents_array_from_files($files)
'path' => $file,
'content' => $fileContent,
);
$contents[] = $fileContent;
$contents[] = $block;
}
}
}
Expand Down

0 comments on commit 9799d16

Please sign in to comment.