From ee42a9550d10eebf985f44c6fb7bb7b01cc9dc3f Mon Sep 17 00:00:00 2001 From: joyqi Date: Wed, 8 Jan 2014 00:10:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E6=AC=A1=E5=8F=9610=E7=AF=87=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- var/Widget/Ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/Widget/Ajax.php b/var/Widget/Ajax.php index 4ebffdea..a8113a38 100644 --- a/var/Widget/Ajax.php +++ b/var/Widget/Ajax.php @@ -106,7 +106,7 @@ class Widget_Ajax extends Widget_Abstract_Options implements Widget_Interface_Do 'date' => date('n.j', strtotime($matches[3][$key])) ); - if ($key > 3) { + if ($key > 8) { break; } }