From: Mike Cochrane Date: Sun, 20 Jul 2008 08:26:41 +0000 (-0400) Subject: Set constant to propper value, not debug value X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1467300152afd82e7ff2fd2ff6c4e908dff35802;p=quix0rs-gnu-social.git Set constant to propper value, not debug value darcs-hash:20080720082641-533db-fa5b327a6670fd77f55cc028fc3a3a66664d4bb3.gz --- diff --git a/actions/tag.php b/actions/tag.php index 3bcb479589..e073a48373 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 {