Fixes + code style fixes
This commit is contained in:
parent
9d3104fcac
commit
e9b5de8ea9
108 changed files with 589 additions and 2104 deletions
|
|
@ -107,9 +107,9 @@ class BuildController extends \PHPCI\Controller
|
|||
*/
|
||||
protected function getUiPlugins()
|
||||
{
|
||||
$rtn = [];
|
||||
$path = APPLICATION_PATH . 'public/assets/js/build-plugins/';
|
||||
$dir = opendir($path);
|
||||
$rtn = [];
|
||||
$path = PHPCI_PUBLIC_DIR . 'assets' . DIRECTORY_SEPARATOR . 'js' . DIRECTORY_SEPARATOR . 'build-plugins' . DIRECTORY_SEPARATOR;
|
||||
$dir = opendir($path);
|
||||
|
||||
while ($item = readdir($dir)) {
|
||||
if (substr($item, 0, 1) == '.' || substr($item, -3) != '.js') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue