parent
62cd708f6b
commit
530ad8ee33
|
@ -16,7 +16,7 @@ class H5PEventBase {
|
||||||
|
|
||||||
// Static options
|
// Static options
|
||||||
public static $log_level = self::LOG_EXTRAS;
|
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 variables
|
||||||
protected $type, $sub_type, $content_id, $content_title, $library_name, $library_version, $time;
|
protected $type, $sub_type, $content_id, $content_title, $library_name, $library_version, $time;
|
||||||
|
|
Loading…
Reference in New Issue