From: skodak Date: Wed, 30 Aug 2006 09:17:40 +0000 (+0000) Subject: fixed missing semicolon typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d78f25b8c0452ae0399c42079c1d9c09d05d0565;p=moodle.git fixed missing semicolon typo --- diff --git a/mod/data/preset.php b/mod/data/preset.php index aef44602f0..5144b157bb 100644 --- a/mod/data/preset.php +++ b/mod/data/preset.php @@ -42,7 +42,7 @@ if ($id) { require_login($course->id); -require_capability('mod/data:managetemplates', get_context_instance(CONTEXT_MODULE, $cm->id)) +require_capability('mod/data:managetemplates', get_context_instance(CONTEXT_MODULE, $cm->id)); /* get the list of standard presets found in /mod/data/preset */ $presets = array();