|
@@ -8,6 +8,7 @@ require_once(BASE_HELPER_PATH . '/refill/event/card_crash.php');
|
|
|
|
|
|
use refill\event\card_crash;
|
|
|
use Cache;
|
|
|
+use Log;
|
|
|
|
|
|
class EventManager
|
|
|
{
|
|
@@ -46,6 +47,8 @@ class EventManager
|
|
|
$cfgs = unserialize($cfgs);
|
|
|
}
|
|
|
|
|
|
+ Log::record("card_crash load open_crash={$cfgs['open_crash']}.", Log::DEBUG);
|
|
|
+
|
|
|
$open_crash = $cfgs['open_crash'] ?? false;
|
|
|
if($open_crash) {
|
|
|
$crash = new card_crash();
|