From 906f1efdb2ddf2b64d5575398b9afb6b99bed16b Mon Sep 17 00:00:00 2001 From: Gerald Simane Date: Thu, 16 Jul 2009 12:01:35 +0000 Subject: [PATCH] --- include/moodle_course.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/moodle_course.class.php b/include/moodle_course.class.php index 563468e41..e0bd68bfd 100644 --- a/include/moodle_course.class.php +++ b/include/moodle_course.class.php @@ -1415,7 +1415,7 @@ class moodle_course extends basis_db if (!function_exists('xu_load_extension')) - include_once("xmlrpcutils/utils.php"); + include_once(dirname(__FILE__)."/xmlrpcutils/utils.php"); // Aktuellen Moodle Server ermitteln. if (defined('MOODLE_PATH')) // Eintrag MOODLE_PATH in Vilesci config.inc.php. Hostname herausfiltern