Commit e4e656f115af181b9ee0eec51747d75f1833aa04
1 parent
199e6a18
- preferences can now actually be changed.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4391 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/preferences/preferences.php
| @@ -102,7 +102,7 @@ class PreferencesDispatcher extends KTStandardDispatcher { | @@ -102,7 +102,7 @@ class PreferencesDispatcher extends KTStandardDispatcher { | ||
| 102 | } | 102 | } |
| 103 | 103 | ||
| 104 | 104 | ||
| 105 | - function do_saveUser() { | 105 | + function do_updatePreferences() { |
| 106 | $oUser =& $this->oUser; | 106 | $oUser =& $this->oUser; |
| 107 | 107 | ||
| 108 | $name = KTUtil::arrayGet($_REQUEST, 'name'); | 108 | $name = KTUtil::arrayGet($_REQUEST, 'name'); |