mirror of
https://github.com/moodle/moodle.git
synced 2025-08-02 07:39:54 +02:00
MDL-40719 pluginfile.php: the file API is now stable, so hide debug.
This commit is contained in:
parent
ffc3f5308b
commit
23a6a878ee
1 changed files with 2 additions and 3 deletions
|
@ -24,9 +24,8 @@
|
|||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
// disable moodle specific debug messages and any errors in output
|
||||
//define('NO_DEBUG_DISPLAY', true);
|
||||
//TODO: uncomment this once the file api stabilises a bit more
|
||||
// Disable moodle specific debug messages and any errors in output.
|
||||
define('NO_DEBUG_DISPLAY', true);
|
||||
|
||||
require_once('config.php');
|
||||
require_once('lib/filelib.php');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue