Skip to content

Commit 850218d

Browse files
author
mreishman
committed
fixed setup
1 parent d5b4324 commit 850218d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

core/html/changelog.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<li>
99
Fixed setup bug
1010
</li>
11+
<li>
12+
Fixed bug with cache status missing on initial load causing errors
13+
</li>
1114
</ul>
1215
</li>
1316
</ul>

index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
require_once($baseUrl.'conf/config.php');
2525
require_once('core/conf/config.php');
2626
require_once('core/php/configStatic.php');
27+
$cachedStatusMainObject = array();
2728
if(file_exists('core/conf/cachedStatus.php'))
2829
{
2930
require_once('core/conf/cachedStatus.php');

0 commit comments

Comments
 (0)