Commit 40419fcfdb0bfb7ae0d337d50d20b5e5542d5314
1 parent
12ac2111
KTS-3436
"Fix typo in preferences.php refering to errorredirectotomain()" Fixed. Should be errorRedirectToMain. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8606 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
preferences.php
| @@ -249,7 +249,7 @@ class PreferencesDispatcher extends KTStandardDispatcher { | @@ -249,7 +249,7 @@ class PreferencesDispatcher extends KTStandardDispatcher { | ||
| 249 | $res = $oUser->doLimitedUpdate(); // ignores a fix blacklist of items. | 249 | $res = $oUser->doLimitedUpdate(); // ignores a fix blacklist of items. |
| 250 | 250 | ||
| 251 | if (PEAR::isError($res) || ($res == false)) { | 251 | if (PEAR::isError($res) || ($res == false)) { |
| 252 | - $this->errorRedirecToMain(_kt('Failed to update your details.')); | 252 | + $this->errorRedirectToMain(_kt('Failed to update your details.')); |
| 253 | } | 253 | } |
| 254 | 254 | ||
| 255 | $this->commitTransaction(); | 255 | $this->commitTransaction(); |