@@ -362,7 +362,7 @@ discard block |
||
362 | 362 | /** |
363 | 363 | * Narrow the dependencies to current module only |
364 | 364 | */ |
365 | - $dependencies = array_merge( |
|
365 | + $dependencies = array_merge( |
|
366 | 366 | isset($dependencies[$current_module]) ? $dependencies[$current_module] : [], |
367 | 367 | $dependencies['System'] |
368 | 368 | ); |
@@ -502,7 +502,7 @@ discard block |
||
502 | 502 | ). |
503 | 503 | h::style($this->core_css['plain'].$this->css['plain'] ?: false); |
504 | 504 | /** @noinspection NestedTernaryOperatorInspection */ |
505 | - $scripts = |
|
505 | + $scripts = |
|
506 | 506 | array_reduce( |
507 | 507 | array_merge($this->core_js['path'], $this->js['path']), |
508 | 508 | function ($content, $src) { |