mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-04-22 19:02:12 +00:00
Removed spaced in index
This commit is contained in:
parent
21c8fff855
commit
946ab52d61
@ -24,7 +24,7 @@ $caches = $cache->getMultiple(array(
|
||||
|
||||
//if cache don't exist create it!
|
||||
$cachesBool = $caches["routes"] === null || $caches['templates'] === null || $caches['forms'] === null;
|
||||
if (!($ap->isCacheEnabled()) || $cachesBool ) {
|
||||
if (!($ap->isCacheEnabled()) || $cachesBool) {
|
||||
$modulesDIR = __DIR__ . "/Modules";
|
||||
$modules = array_diff(scandir($modulesDIR), array('..', '.'));
|
||||
/** @var string $module */
|
||||
|
Loading…
x
Reference in New Issue
Block a user