From 1f92921f6fb8d9239ed3da0b498508d0eb933604 Mon Sep 17 00:00:00 2001 From: Jamie Pratt Date: Tue, 31 Jan 2012 16:59:04 +0700 Subject: [PATCH] MDL-47494 ddimageortext: NOBUG change in dependency code in qtypes --- question/type/ddimageortext/version.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/question/type/ddimageortext/version.php b/question/type/ddimageortext/version.php index b7b745f33672b..fcef8367e277d 100644 --- a/question/type/ddimageortext/version.php +++ b/question/type/ddimageortext/version.php @@ -27,3 +27,6 @@ $plugin->version = 2011051200; $plugin->requires = 2011051212; +$plugin->dependencies = array( + 'qtype_gapselect' => 2011020100, +); \ No newline at end of file