Fix api_get_utc_datetime() with time()

pull/2487/head
jmontoyaa 8 years ago
parent 069bdfd2d2
commit 08e0a9d8a8
  1. 2
      main/lp/learnpath.class.php

@ -385,7 +385,7 @@ class learnpath
'lp_view_id' => $this->lp_view_id,
'view_count' => 1,
'status' => 'not attempted',
'start_time' => api_get_utc_datetime(),
'start_time' => time(),
'total_time' => 0,
'score' => 0
];

Loading…
Cancel
Save