diff options
author | Mike Cochrane <mikec@mikenz.geek.nz> | 2008-07-20 04:26:41 -0400 |
---|---|---|
committer | Mike Cochrane <mikec@mikenz.geek.nz> | 2008-07-20 04:26:41 -0400 |
commit | 1467300152afd82e7ff2fd2ff6c4e908dff35802 (patch) | |
tree | 86d158354bd960b157d0a3a572b4659cfc11120e /actions | |
parent | f08fe3d1c27a16f8162d755629ce8200d7e31fe0 (diff) |
Set constant to propper value, not debug value
darcs-hash:20080720082641-533db-fa5b327a6670fd77f55cc028fc3a3a66664d4bb3.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/tag.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |