Code style fixes (DIRECTORY_SEPARATOR -> '/').
This commit is contained in:
parent
d5333b2b80
commit
ba11827340
17 changed files with 50 additions and 46 deletions
|
|
@ -146,7 +146,7 @@ class BuildController extends Controller
|
|||
protected function getUiPlugins()
|
||||
{
|
||||
$rtn = [];
|
||||
$path = PUBLIC_DIR . 'assets' . DIRECTORY_SEPARATOR . 'js' . DIRECTORY_SEPARATOR . 'build-plugins' . DIRECTORY_SEPARATOR;
|
||||
$path = PUBLIC_DIR . 'assets/js/build-plugins/';
|
||||
$dir = opendir($path);
|
||||
|
||||
while ($item = readdir($dir)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue