Skip to content

Commit

Permalink
MDL-64005 gradebook: Fix to remove debugging message.
Browse files Browse the repository at this point in the history
The progress bar is being used when there are a large amount
of grades being recalculated. This was throwing a debugging message
about NO_OUTPUT_BUFFERING being unset.
  • Loading branch information
abgreeve committed Nov 14, 2018
1 parent 208950c commit 9fcfecb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grade/edit/tree/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

define('NO_OUTPUT_BUFFERING', true); // The progress bar may be used here.

require_once '../../../config.php';
require_once $CFG->dirroot.'/grade/lib.php';
require_once $CFG->dirroot.'/grade/report/lib.php'; // for preferences
Expand Down

0 comments on commit 9fcfecb

Please sign in to comment.