Code style fixes (DIRECTORY_SEPARATOR -> '/').

This commit is contained in:
Dmitry Khomutov 2018-03-08 10:31:31 +07:00
commit ba11827340
No known key found for this signature in database
GPG key ID: EC19426474B37AAC
17 changed files with 50 additions and 46 deletions

View file

@ -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)) {