mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Fixed a notice
This commit is contained in:
parent
025c6cc0b1
commit
82b1b994c8
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
if ($course->category) {
|
||||
require_login($course->id);
|
||||
$navigation = "<A HREF=\"../../course/view.php?id=$course->id\">$course->shortname</A> ->";
|
||||
} else {
|
||||
$navigation = '';
|
||||
}
|
||||
|
||||
add_to_log($course->id, "scorm", "view all", "index.php?id=$course->id", "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue