From 1467300152afd82e7ff2fd2ff6c4e908dff35802 Mon Sep 17 00:00:00 2001 From: Mike Cochrane Date: Sun, 20 Jul 2008 04:26:41 -0400 Subject: Set constant to propper value, not debug value darcs-hash:20080720082641-533db-fa5b327a6670fd77f55cc028fc3a3a66664d4bb3.gz --- actions/tag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/tag.php b/actions/tag.php index 3bcb47958..e073a4837 100644 --- a/actions/tag.php +++ b/actions/tag.php @@ -20,7 +20,7 @@ if (!defined('LACONICA')) { exit(1); } require_once(INSTALLDIR.'/actions/showstream.php'); -define('TAGS_PER_PAGE', 2); +define('TAGS_PER_PAGE', 20); class TagAction extends StreamAction { -- cgit v1.2.3-54-g00ecf