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 eaa2dab commit 02da0caCopy full SHA for 02da0ca
libraries/Logger.php
@@ -42,7 +42,7 @@ protected static function &getEventTypes() {
42
$cache_val = Common::$cache->get($cache_key);
43
if ($cache_val !== false) {
44
self::$event_types = unserialize($cache_val);
45
- return;
+ return self::$event_types;
46
}
47
if (!isset(Common::$database)) {
48
Common::$database = DatabaseDriver::getDatabaseObject();
0 commit comments