Bug #7342
Fix get_scorm_time(), get_progress_bar()
Status:
Bug resolved
Priority:
Normal
Assignee:
Category:
Learning paths / Lecciones
Target version:
Start date:
22/10/2014
Due date:
% Done:
100%
Estimated time:
Complexity:
Normal
SCRUM pts - complexity:
?
Description
This function is used in as an static function and as a method which is not correct:
learnpath:::get_scorm_time(...) $new_learnpath_item->get_scorm_time(...)
To fix this all calls should be called as static or as part of an object.
The same thing happen with:
Strict standards: Non-static method learnpath::get_progress_bar() should not be called statically in main/newscorm/lp_list.php on line 237
Associated revisions
History
Updated by Julio Montoya about 6 years ago
- Subject changed from Fix get_scorm_time() to Fix get_scorm_time(), get_progress_bar()
- Description updated (diff)
Updated by Julio Montoya about 6 years ago
- Status changed from Assigned to Needs testing
- Assignee deleted (
Julio Montoya)
Updated by Yannick Warnier about 6 years ago
- Category set to Learning paths / Lecciones
From my point of view there's not much to test in the immediate future. Should we close it (for now) and assume you did a great job? :-)
Updated by Yannick Warnier about 6 years ago
- Status changed from Needs testing to Bug resolved
- Assignee set to Julio Montoya
- % Done changed from 0 to 100
I'm taking the liberty to assume it was great, and to close it.
Fix get_scorm_time() static not static calls see #7342