PHP-Nuke 8, how to turn on error reporting

To turn on error reporting in config.php by changing

Code:
$display_errors = false;

to:
Code:
$display_errors = true;