From 40419fcfdb0bfb7ae0d337d50d20b5e5542d5314 Mon Sep 17 00:00:00 2001 From: Conrad Vermeulen Date: Wed, 11 Jun 2008 08:00:02 +0000 Subject: [PATCH] KTS-3436 "Fix typo in preferences.php refering to errorredirectotomain()" Fixed. Should be errorRedirectToMain. --- preferences.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preferences.php b/preferences.php index f27bd4c..1930447 100644 --- a/preferences.php +++ b/preferences.php @@ -249,7 +249,7 @@ class PreferencesDispatcher extends KTStandardDispatcher { $res = $oUser->doLimitedUpdate(); // ignores a fix blacklist of items. if (PEAR::isError($res) || ($res == false)) { - $this->errorRedirecToMain(_kt('Failed to update your details.')); + $this->errorRedirectToMain(_kt('Failed to update your details.')); } $this->commitTransaction(); -- libgit2 0.21.4