Revision: 1458
Author: sluke520
Date: Mon Jun 21 07:21:19 2010
Log: Fix Issue 471
http://code.google.com/p/typecho/source/detail?r=1458

Modified:
  /trunk/var/Widget/Archive.php

=======================================
--- /trunk/var/Widget/Archive.php       Sun Jun 20 22:11:33 2010
+++ /trunk/var/Widget/Archive.php       Mon Jun 21 07:21:19 2010
@@ -1278,7 +1278,7 @@
      public function comments()
      {
          $parameter = array('parentId' => $this->hidden ? 0 :  
$this->cid, 'parentContent' => $this->row,
-        'respondId' => $this->respondId, 'commentPage' => max(1,  
$this->request->filter('int')->commentPage));
+        'respondId' => $this->respondId, 'commentPage' =>  
$this->request->filter('int')->commentPage);

          return $this->widget('Widget_Comments_Archive', $parameter);
      }
_______________________________________________
announce mailing list
[email protected]
http://lists.typecho.org/mailman/listinfo/announce

回复