1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 03:24:20 +02:00

Issue #2146 - Removed leftover error_reporting() calls.

This commit is contained in:
Cameron
2016-12-22 11:14:07 -08:00
parent b164750645
commit 52f4e2f346
4 changed files with 3 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
* @subpackage chatbox
*/
error_reporting(E_ALL);
if(isset($_POST['chatbox_ajax']))
{
define('e_MINIMAL',true);