]> git.mjollnir.org Git - moodle.git/commitdiff
fixed typo
authorskodak <skodak>
Mon, 20 Apr 2009 10:49:31 +0000 (10:49 +0000)
committerskodak <skodak>
Mon, 20 Apr 2009 10:49:31 +0000 (10:49 +0000)
mod/glossary/edit.php

index 64f3c1e68e0b069b700f838db8bbe86a9b575484..05fc497459129d99b94f164c20076e98875736c3 100644 (file)
@@ -114,7 +114,7 @@ if ($mform->is_cancelled()){
         //new entry
         $entry->id = $DB->insert_record('glossary_entries', $entry);
         add_to_log($course->id, "glossary", "add entry",
-                   "view.php?id=$cm->id&amp;mode=entry&amp;hook=$enty->id", $entry->id, $cm->id);
+                   "view.php?id=$cm->id&amp;mode=entry&amp;hook=$entry->id", $entry->id, $cm->id);
 
     } else {
         //existing entry