mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
MDL-63823 tool_lpimportcsv: supress progress bar debugging
This commit is contained in:
parent
4ead20ffea
commit
82447d7ded
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
* @copyright 2016 Damyon Wiese
|
* @copyright 2016 Damyon Wiese
|
||||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
* @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(__DIR__ . '/../../../config.php');
|
||||||
require_once($CFG->libdir.'/adminlib.php');
|
require_once($CFG->libdir.'/adminlib.php');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue