From b548e69cefbd4a11acebb3101357e2863591fcb3 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Sun, 18 Jul 2010 08:43:25 +0000 Subject: [PATCH] fixed missing inlcude --- mod/glossary/exportfile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/glossary/exportfile.php b/mod/glossary/exportfile.php index f2d10471813..aeebd036f15 100644 --- a/mod/glossary/exportfile.php +++ b/mod/glossary/exportfile.php @@ -4,6 +4,7 @@ define('NO_DEBUG_DISPLAY', true); require_once("../../config.php"); +require_once("$CFG->libdir/filelib.php"); require_once("lib.php"); $id = required_param('id', PARAM_INT); // Course Module ID