We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b4324 commit 850218dCopy full SHA for 850218d
core/html/changelog.html
@@ -8,6 +8,9 @@
8
<li>
9
Fixed setup bug
10
</li>
11
+ <li>
12
+ Fixed bug with cache status missing on initial load causing errors
13
+ </li>
14
</ul>
15
16
index.php
@@ -24,6 +24,7 @@
24
require_once($baseUrl.'conf/config.php');
25
require_once('core/conf/config.php');
26
require_once('core/php/configStatic.php');
27
+$cachedStatusMainObject = array();
28
if(file_exists('core/conf/cachedStatus.php'))
29
{
30
require_once('core/conf/cachedStatus.php');
0 commit comments