[silva.core.interfaces][Sylvain Viollon] Fix and update interface.

[email protected] Fri, 30 Aug 2013 15:56:26 +0200
Newsgroups gmane.comp.web.zope.silva.cvs
Message-ID <[email protected]>
author:    Sylvain Viollon
date:      Fri Aug 30 15:56:22 2013 +0200
revision:  246:99095c96c9dd in silva.core.interfaces
branch:    2.4
details:   https://hg.infrae.com/silva.core.interfaces?cmd=changeset;node=99095c96c9dd
modified:  src/silva/core/interfaces/content.py
added:     
removed:   
log:       Fix and update interface.


diffstat:

 src/silva/core/interfaces/content.py |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r fef6da91acc4 -r 99095c96c9dd src/silva/core/interfaces/content.py
--- a/src/silva/core/interfaces/content.py	Wed Aug 28 11:59:59 2013 +0200
+++ b/src/silva/core/interfaces/content.py	Fri Aug 30 15:56:22 2013 +0200
@@ -58,8 +58,8 @@
         who modified this content object.
         """
 
-    def update_last_author_info():
-        """Update last author information to the currently logged in user.
+    def set_last_author_info(user):
+        """Set the last author information to the given user.
         """