bump default for generated feed article count to 100

This commit is contained in:
Andrew Dolgov 2012-09-10 12:33:05 +04:00
parent 2ebf38a9bd
commit c3d2cda86d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class Handler_Public extends Handler {
"padding : 5px; border-style : dashed; border-color : #e7d796;". "padding : 5px; border-style : dashed; border-color : #e7d796;".
"margin-bottom : 1em; color : #9a8c59;"; "margin-bottom : 1em; color : #9a8c59;";
if (!$limit) $limit = 30; if (!$limit) $limit = 100;
if (get_pref($this->link, "SORT_HEADLINES_BY_FEED_DATE", $owner_uid)) { if (get_pref($this->link, "SORT_HEADLINES_BY_FEED_DATE", $owner_uid)) {
$date_sort_field = "updated"; $date_sort_field = "updated";