Fixed parenthesis whitespace.
This commit is contained in:
@@ -49,7 +49,7 @@ class Mustache_Loader_FilesystemLoader implements Mustache_Loader
|
||||
{
|
||||
$this->baseDir = $baseDir;
|
||||
|
||||
if ( strpos( $this->baseDir, '://' ) === -1 ) {
|
||||
if (strpos( $this->baseDir, '://' ) === -1) {
|
||||
$this->baseDir = rtrim(realpath($this->baseDir), '/');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user