Corrected usage of static

HFJ-1610
pull/17/head
Frode Petterson 2016-02-03 10:42:14 +01:00
parent 62cd708f6b
commit 530ad8ee33
1 changed files with 1 additions and 1 deletions

View File

@ -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;