Fix comedy require_once. Merged from MOODLE_16_STABLE.

This commit is contained in:
tjhunt
2007-04-24 21:16:14 +00:00
parent 1ff60899f7
commit cb354a653c
@@ -4,7 +4,7 @@
///// This page offers a way to define category level datasets /////
/////////////////////////////////////////////////////////////////////
require_once("$CFG->dirroot/config.php");
require_once(dirname(__FILE__) . '/../../../config.php');
$category = required_param('category', PARAM_ALPHANUM);
$question = optional_param('question', '', PARAM_INT);