forked from devsam/core
Dep: update
주로 PHAN
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ class Asset implements ExtensionInterface
|
||||
|
||||
if ($pathInfo['dirname'] === '.') {
|
||||
$directory = '';
|
||||
} elseif ($pathInfo['dirname'] === '/') {
|
||||
} elseif ($pathInfo['dirname'] === DIRECTORY_SEPARATOR) {
|
||||
$directory = '/';
|
||||
} else {
|
||||
$directory = $pathInfo['dirname'] . '/';
|
||||
|
||||
Reference in New Issue
Block a user