Set constant to propper value, not debug value

darcs-hash:20080720082641-533db-fa5b327a6670fd77f55cc028fc3a3a66664d4bb3.gz
This commit is contained in:
Mike Cochrane 2008-07-20 04:26:41 -04:00
parent f08fe3d1c2
commit 1467300152
1 changed files with 1 additions and 1 deletions

View 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 {