--- a/ForgeWiki/forgewiki/model/wiki.py
+++ b/ForgeWiki/forgewiki/model/wiki.py
@@ -109,7 +109,7 @@
     def reply(self):
         while True:
             try:
-                c = Comment.make(dict(page_id=self._id))
+                c = Comment(page_id=self._id)
                 return c
             except OperationFailure:
                 sleep(0.1)