Index: trunk/phase3/includes/specials/SpecialWatchlist.php |
— | — | @@ -20,7 +20,7 @@ |
21 | 21 | global $wgServer, $wgScriptPath, $wgFeedClasses; |
22 | 22 | $apiParams = array( 'action' => 'feedwatchlist', 'allrev' => 'allrev', |
23 | 23 | 'wlowner' => $wgUser->getName(), 'wltoken' => $wlToken ); |
24 | | - $feedTemplate = $wgServer . '/' . $wgScriptPath . '/api.php?'; |
| 24 | + $feedTemplate = $wgServer . $wgScriptPath . '/api.php?'; |
25 | 25 | |
26 | 26 | foreach( $wgFeedClasses as $format => $class ) { |
27 | 27 | $theseParams = $apiParams + array( 'feedformat' => $format ); |