diff options
Diffstat (limited to 'devel/flyspray/files/patch-includes-fix.inc.php')
-rw-r--r-- | devel/flyspray/files/patch-includes-fix.inc.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/flyspray/files/patch-includes-fix.inc.php b/devel/flyspray/files/patch-includes-fix.inc.php new file mode 100644 index 000000000000..9c9a6902bec5 --- /dev/null +++ b/devel/flyspray/files/patch-includes-fix.inc.php @@ -0,0 +1,11 @@ +--- includes/fix.inc.php 2012-09-30 17:46:29.000000000 +0100 ++++ includes/fix.inc.php 2012-09-30 17:47:08.000000000 +0100 +@@ -13,7 +13,7 @@ + + defined('E_DEPRECATED') || define('E_DEPRECATED', 8192); + +-error_reporting(E_ALL); ++error_reporting(E_ALL & ~E_STRICT); + + // our default charset + |