mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-06-07 15:29:55 +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!
|
//if cache don't exist create it!
|
||||||
$cachesBool = $caches["routes"] === null || $caches['templates'] === null || $caches['forms'] === null;
|
$cachesBool = $caches["routes"] === null || $caches['templates'] === null || $caches['forms'] === null;
|
||||||
if (!($ap->isCacheEnabled()) || $cachesBool ) {
|
if (!($ap->isCacheEnabled()) || $cachesBool) {
|
||||||
$modulesDIR = __DIR__ . "/Modules";
|
$modulesDIR = __DIR__ . "/Modules";
|
||||||
$modules = array_diff(scandir($modulesDIR), array('..', '.'));
|
$modules = array_diff(scandir($modulesDIR), array('..', '.'));
|
||||||
/** @var string $module */
|
/** @var string $module */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user