View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007418 | phpList 3 application | RSS | public | 17-08-06 13:30 | 18-02-08 14:16 |
Reporter | akolthoff | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.10.2 | ||||
Target Version | 2.10.7 | Fixed in Version | 2.10.3 | ||
Summary | 0007418: Typo in rsslib.php | ||||
Description | Line 76 of the distribution file public_html/lists/admin/rsslib.php reads: $treshold = getConfig("rsstheshold"); missing the 'r'. It must be corrected to: $treshold = getConfig("rssthreshold"); | ||||
Additional Information | Because of this typo the configured "Minimum amount of items to send in an RSS feed" always would be ignored. I have noticed that in the MySQL database in the phplist_config table an item 'rsstheshold' (the wrong spelling) exists, additional to the correct 'rssthreshold' item. Also there are inconsistencies regarding the spelling of "threshold" in several files; sometimes in strings and variable names it is spelled as "treshold", for instance here in processqueue.php: $rss_content_treshold = sprintf('%d',getConfig("rssthreshold")); For the sake of clarity this should be corrected. | ||||
Tags | No tags attached. | ||||
related to | 0003721 | closed | phplist 2.10.x |