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