From 36210baeeeacac754f63457924b90038caad3cf5 Mon Sep 17 00:00:00 2001 From: conradverm Date: Fri, 9 Mar 2007 10:01:38 +0000 Subject: [PATCH] KTS-1787 "Typo in dmsDefaults.inc.php in handlePHPerror()" Fixed. Corrected typo. --- config/dmsDefaults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dmsDefaults.php b/config/dmsDefaults.php index c07819d..b6d9403 100644 --- a/config/dmsDefaults.php +++ b/config/dmsDefaults.php @@ -316,7 +316,7 @@ class KTInit { $priority = PEAR_LOG_ERR; break; default: - $priotity = PEAR_LOG_INFO; + $priority = PEAR_LOG_INFO; } if (!empty($default->phpErrorLog)) { -- libgit2 0.21.4