From 937039755509236944588f356ec8ac289733e493 Mon Sep 17 00:00:00 2001 From: Pepijn Over Date: Fri, 27 Feb 2015 12:17:12 +0100 Subject: [PATCH] issue #173: typo in display_errors --- src/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap.php b/src/bootstrap.php index 18d31601..e650ce79 100644 --- a/src/bootstrap.php +++ b/src/bootstrap.php @@ -52,7 +52,7 @@ if(!defined('PSM_DEBUG')) { } if(PSM_DEBUG) { error_reporting(E_ALL); - ini_set('display_erors', 1); + ini_set('display_errors', 1); } else { error_reporting(0); ini_set('display_errors', 0);