X-Git-Url: https://svn.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/3e0a2c257d49fb162da9c70d2f70194036235166..36f853f6b380099a378c032baf46f35d914026f9:/ContentHistory.py?ds=inline

diff --git a/ContentHistory.py b/ContentHistory.py
index 44247a5..ab745a7 100755
--- a/ContentHistory.py
+++ b/ContentHistory.py
@@ -20,8 +20,8 @@
 """
 Module to manage history of contents (comparisons, copy to present).
 
-$Id: ContentHistory.py 1450 2009-01-10 13:27:20Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/ContentHistory.py $
+
+
 """
 
 from Globals import InitializeClass
@@ -50,7 +50,7 @@ class ContentHistory(Base, Acquisition.Implicit) :
 	def listEntries(self, first=0, last=20):
 		oid = self._content._p_oid
 		db = self._content._p_jar.db()
-		r = db.history(oid, None, last)
+		r = db.history(oid, size=last)
 
 		if r is None:
 			# storage doesn't support history