Code style fix & CHANGELOG typo fix for bug #3522

This commit is contained in:
Scott Tester
2014-05-21 22:24:49 +10:00
parent de484b5e76
commit 39265da4f5
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ class BaseFileHelper
$parts[] = $part;
}
}
if (count($parts)>1 && $parts[0] === '.') {
if (count($parts) > 1 && $parts[0] === '.') {
array_shift($parts);
}
return implode($ds, $parts);