Skip to:
Content

bbPress.org

Changeset 128 for trunk/rss.php


Ignore:
Timestamp:
06/06/2005 05:31:31 AM (21 years ago)
Author:
mdawaffe
Message:

Fix topic feed urls. Fixes #74

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rss.php

    r92 r128  
    33
    44$topic_id = (int) $_GET['topic'];
     5
     6if ( !$topic_id )
     7    if ( 'topic' == get_path() )
     8        $topic_id = get_path(2);
    59
    610if ( $topic_id ) {
Note: See TracChangeset for help on using the changeset viewer.