mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
fixing fatal error in message lib - relative path to config.php
This commit is contained in:
parent
06844b49f4
commit
9205ca2e7b
@ -32,7 +32,7 @@
|
||||
* @package
|
||||
*/
|
||||
|
||||
require_once('../config.php'); //included from messagelib (how to fix?)
|
||||
require_once(dirname(dirname(dirname(dirname(__FILE__)))) . '/config.php'); //included from messagelib (how to fix?)
|
||||
require_once($CFG->dirroot.'/message/output/lib.php');
|
||||
|
||||
class message_output_popup extends message_output{
|
||||
|
Loading…
x
Reference in New Issue
Block a user