MINOR Temporarily disabled E_STRICT until we can solve Debug issues with

SS error handler
This commit is contained in:
Sean Harvey 2012-04-13 12:03:01 +12:00
parent e2df1f4c5f
commit aa14a5191e

View File

@ -40,7 +40,7 @@
// ALL errors are reported, including E_STRICT by default *unless* the site is in
// live mode, where reporting is limited to fatal errors and warnings (see later in this file)
error_reporting(E_ALL | E_STRICT);
error_reporting(E_ALL & ~(E_STRICT));
/**
* Include _ss_environment.php files