Skip to content

Commit

Permalink
MDL-40719 pluginfile.php: the file API is now stable, so hide debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Jul 19, 2013
1 parent ffc3f53 commit 23a6a87
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pluginfile.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 23a6a87

Please sign in to comment.