mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Revert "MDL-79320 mod_forum: remove use of buffering constant when exporting."
This reverts commit 4aeb85b9883563625e8ab6c54c6282eb3e01862b.
This commit is contained in:
parent
43d5aec47e
commit
10dd816af1
@ -21,6 +21,7 @@
|
||||
* @copyright 2019 Simey Lameze <simey@moodle.com>
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
define('NO_OUTPUT_BUFFERING', true);
|
||||
|
||||
require_once(__DIR__ . '/../../config.php');
|
||||
require_once($CFG->libdir . '/adminlib.php');
|
||||
|
Loading…
x
Reference in New Issue
Block a user