From d78f25b8c0452ae0399c42079c1d9c09d05d0565 Mon Sep 17 00:00:00 2001 From: skodak Date: Wed, 30 Aug 2006 09:17:40 +0000 Subject: [PATCH] fixed missing semicolon typo --- mod/data/preset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5