Commit 21b7d7d573f36abf7f0a41478f8a188174ef9eb9

Authored by kevin_fourie
1 parent cbbb63a9

Merged in from DEV trunk...

 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/STABLE/trunk@8609 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 2 additions and 2 deletions
preferences.php
@@ -211,7 +211,7 @@ class PreferencesDispatcher extends KTStandardDispatcher { @@ -211,7 +211,7 @@ class PreferencesDispatcher extends KTStandardDispatcher {
211 211
212 212
213 if (PEAR::isError($res) || ($res == false)) { 213 if (PEAR::isError($res) || ($res == false)) {
214 - $this->errorRedirectoToMain(_kt('Failed to update user.')); 214 + $this->errorRedirectToMain(_kt('Failed to update user.'));
215 } 215 }
216 216
217 $this->commitTransaction(); 217 $this->commitTransaction();
@@ -248,7 +248,7 @@ class PreferencesDispatcher extends KTStandardDispatcher { @@ -248,7 +248,7 @@ class PreferencesDispatcher extends KTStandardDispatcher {
248 $res = $oUser->doLimitedUpdate(); // ignores a fix blacklist of items. 248 $res = $oUser->doLimitedUpdate(); // ignores a fix blacklist of items.
249 249
250 if (PEAR::isError($res) || ($res == false)) { 250 if (PEAR::isError($res) || ($res == false)) {
251 - $this->errorRedirectoToMain(_kt('Failed to update your details.')); 251 + $this->errorRedirectToMain(_kt('Failed to update your details.'));
252 } 252 }
253 253
254 $this->commitTransaction(); 254 $this->commitTransaction();