Skip to content

Commit

Permalink
Extra-zealous search and replace...
Browse files Browse the repository at this point in the history
  • Loading branch information
mducharme committed Mar 9, 2016
1 parent b5ccbf1 commit b49b966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Charcoal/View/Mustache/MustacheLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function load($ident)
continue;
}

$fileContent = file_getContents($f);
$fileContent = file_get_contents($f);
if ($fileContent !== '') {
return $fileContent;
}
Expand Down

0 comments on commit b49b966

Please sign in to comment.