From d9eb95433fdf4346d68c2785f73e2a103bec471e Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Mon, 6 Jun 2011 18:26:32 +0100 Subject: [PATCH] MDL-20636 fix notice on qtypes admin page. (Eloy review comment I2) --- admin/qtypes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/qtypes.php b/admin/qtypes.php index b02e6b19a36..bb0d1775afd 100644 --- a/admin/qtypes.php +++ b/admin/qtypes.php @@ -188,6 +188,7 @@ echo $OUTPUT->heading(get_string('manageqtypes', 'admin')); // Set up the table. $table = new flexible_table('qtypeadmintable'); +$table->define_baseurl(new moodle_url('/admin/qtypes.php')); $table->define_columns(array('questiontype', 'numquestions', 'version', 'requires', 'availableto', 'delete', 'settings')); $table->define_headers(array(get_string('questiontype', 'admin'), get_string('numquestions', 'admin'),