Commit 36210baeeeacac754f63457924b90038caad3cf5
1 parent
e9ff8ee7
KTS-1787
"Typo in dmsDefaults.inc.php in handlePHPerror()" Fixed. Corrected typo. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6393 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
config/dmsDefaults.php
| @@ -316,7 +316,7 @@ class KTInit { | @@ -316,7 +316,7 @@ class KTInit { | ||
| 316 | $priority = PEAR_LOG_ERR; | 316 | $priority = PEAR_LOG_ERR; |
| 317 | break; | 317 | break; |
| 318 | default: | 318 | default: |
| 319 | - $priotity = PEAR_LOG_INFO; | 319 | + $priority = PEAR_LOG_INFO; |
| 320 | } | 320 | } |
| 321 | 321 | ||
| 322 | if (!empty($default->phpErrorLog)) { | 322 | if (!empty($default->phpErrorLog)) { |