RSS-Link in conjunction with script_path

Bug #237571 reported by flobster
2
Affects Status Importance Assigned to Milestone
phpns
Fix Released
Undecided
Unassigned

Bug Description

There seems to be a small bug in <shownews.php> concerning the $rss_link when using the script_link variable. This can easily be fixed by changing <$rss_link = $phpns['script_link'].'?'.$item['id'].'';> around line 295 to <$rss_link = $phpns['script_link'].'?a='.$item['id'].'';>.

Revision history for this message
alecwh (alecwh) wrote :

Fixed in the latest commit (will be in v2.2.2). I took a different approach, and cleaned up that whole link forming section. Thanks for the report.

Changed in phpns:
status: New → Fix Committed
Revision history for this message
flobster (4tpeaks) wrote :

in deed, code looks much cleaner in 2.2.2

Changed in phpns:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.