diff --git a/var/Widget/Archive.php b/var/Widget/Archive.php index f0bd0bf2..c59beccc 100644 --- a/var/Widget/Archive.php +++ b/var/Widget/Archive.php @@ -1507,7 +1507,7 @@ class Widget_Archive extends Widget_Abstract_Contents * @param string $default 如果没有下一篇,显示的默认文字 * @return void */ - public function theNext($word = NULL, $class = NULL,$default = NULL) + public function theNext($word = NULL, $class = NULL, $default = NULL) { $content = $this->db->fetchRow($this->select()->where('table.contents.created > ? AND table.contents.created < ?', $this->created, $this->options->gmtTime)