only 10 tags per section

This commit is contained in:
Evan Prodromou 2011-04-20 16:11:04 -04:00
parent a7a521e46a
commit 3904ab9983
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
exit(1);
}
define('TAGS_PER_SECTION', 20);
define('TAGS_PER_SECTION', 10);
/**
* Base class for sections