From 530ad8ee3344afd1aef70c23112848ad52f8edd1 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Wed, 3 Feb 2016 10:42:14 +0100 Subject: [PATCH] Corrected usage of static HFJ-1610 --- h5p-event-base.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5p-event-base.class.php b/h5p-event-base.class.php index e5fd58c..2398818 100644 --- a/h5p-event-base.class.php +++ b/h5p-event-base.class.php @@ -16,7 +16,7 @@ class H5PEventBase { // Static options public static $log_level = self::LOG_EXTRAS; - public static $log_time = 86400 * 30; // 30 Days + public static $log_time = 2592000; // 30 Days // Protected variables protected $type, $sub_type, $content_id, $content_title, $library_name, $library_version, $time;