mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
- Fixed bug the dealing with concepts that contains slashes
This commit is contained in:
parent
4d4c38f3fe
commit
20853eabc7
2 changed files with 2 additions and 1 deletions
|
@ -33,6 +33,6 @@
|
|||
} else {
|
||||
add_to_log($course->id, "glossary", "approve entry", "showentry.php?id=$cm->id&eid=$eid", "$eid");
|
||||
}
|
||||
redirect("view.php?id=$cm->id&tab=$tab&l=ALL");
|
||||
redirect("view.php?id=$cm->id&tab=$tab");
|
||||
die;
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue