diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-27 16:55:07 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-27 16:55:07 -0400 |
commit | ce5b98ca016841edf920ebc062f1b4d53488762c (patch) | |
tree | 2aff0cd2f420a251f24dac7f477a4476b52d3798 /actions/grouprss.php | |
parent | 3081b2e31708520e6ed83041ce3ba04329d3ec90 (diff) | |
parent | 8cf8298dc02b1373fed53eb95982a33b969b42ee (diff) |
Merge branch '0.7.x' into querybyid
Diffstat (limited to 'actions/grouprss.php')
-rw-r--r-- | actions/grouprss.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/grouprss.php b/actions/grouprss.php index a9a2eef87..0b7280a11 100644 --- a/actions/grouprss.php +++ b/actions/grouprss.php @@ -34,7 +34,7 @@ if (!defined('LACONICA')) { require_once INSTALLDIR.'/lib/rssaction.php'; -define('MEMBERS_PER_SECTION', 81); +define('MEMBERS_PER_SECTION', 27); /** * Group RSS feed |