added some debugging

This commit is contained in:
Frank Schubert
2022-02-15 21:10:00 +01:00
parent 60336d39a5
commit 71862c3c85
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
class mfValuecache {
public static $instance;
private $cache;
public $cache = [];
private function __construct() {