Commit a6467465 by Scott

Ensure errors are displayed in debug mode

parent d53df20d
......@@ -238,6 +238,8 @@
if (QA_DEBUG_PERFORMANCE) {
global $qa_usage;
$qa_usage = new Q2A_Util_Usage;
// ensure errors are displayed
@ini_set('display_errors', 'On');
}
// More for WordPress integration
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment