MDL-13590 fixed fatal incorrect require; merged from MOODLE_19_STABLE

This commit is contained in:
skodak 2008-02-22 14:54:39 +00:00
parent 8379af4525
commit 5b726816ad

View File

@ -44,8 +44,6 @@ define('TAG_RETURN_HTML', 3);
define('TAG_CASE_LOWER', 0);
define('TAG_CASE_ORIGINAL', 1);
require_once($CFG->dirroot .'/tag/locallib.php');
///////////////////////////////////////////////////////
/////////////////// PUBLIC TAG API ////////////////////