You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2014/01/08 17:49:19 UTC

git commit: [#6981] Fix method name

Updated Branches:
  refs/heads/tv/6981 [created] f9e8dd4e5


[#6981] Fix method name

Signed-off-by: Tim Van Steenburgh <tv...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/f9e8dd4e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/f9e8dd4e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/f9e8dd4e

Branch: refs/heads/tv/6981
Commit: f9e8dd4e5f806488b134b1558a988be459ee4f3e
Parents: b17a9ff
Author: Tim Van Steenburgh <tv...@gmail.com>
Authored: Wed Jan 8 16:49:03 2014 +0000
Committer: Tim Van Steenburgh <tv...@gmail.com>
Committed: Wed Jan 8 16:49:03 2014 +0000

----------------------------------------------------------------------
 Allura/allura/lib/plugin.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/f9e8dd4e/Allura/allura/lib/plugin.py
----------------------------------------------------------------------
diff --git a/Allura/allura/lib/plugin.py b/Allura/allura/lib/plugin.py
index 406ede9..e809fed 100644
--- a/Allura/allura/lib/plugin.py
+++ b/Allura/allura/lib/plugin.py
@@ -923,7 +923,7 @@ class UserPreferencesProvider(object):
         '''
         raise NotImplementedError, 'get_pref'
 
-    def save_pref(self, user, pref_name, pref_value):
+    def set_pref(self, user, pref_name, pref_value):
         '''
         :param user: a :class:`User <allura.model.auth.User>`
         :param str pref_name: