]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Set constant to propper value, not debug value
authorMike Cochrane <mikec@mikenz.geek.nz>
Sun, 20 Jul 2008 08:26:41 +0000 (04:26 -0400)
committerMike Cochrane <mikec@mikenz.geek.nz>
Sun, 20 Jul 2008 08:26:41 +0000 (04:26 -0400)
darcs-hash:20080720082641-533db-fa5b327a6670fd77f55cc028fc3a3a66664d4bb3.gz

actions/tag.php

index 3bcb4795896ffff92adc406eac3d99824da27558..e073a4837323b1b38f38836470ed04073d2a28b9 100644 (file)
@@ -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 {