继续修正

This commit is contained in:
thinkphp
2016-12-08 17:15:33 +08:00
parent d585442eda
commit 57d78c4dbd

View File

@@ -51,7 +51,7 @@ class View
'__CSS__' => $root . '/static/css', '__CSS__' => $root . '/static/css',
'__JS__' => $root . '/static/js', '__JS__' => $root . '/static/js',
]; ];
$this->replace = array_merge($baseReplace, $replace); $this->replace = array_merge($baseReplace, (array) $replace);
} }
/** /**