Show
Ignore:
Timestamp:
06/09/07 00:15:34 (18 months ago)
Author:
mbonetti
Message:

Rolled back [1727] because it kind of completely broke my installation.
Also, we don't wanna change existing permalinks, do we?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/cls/channels.php

    r1727 r1730  
    8888 
    8989        if (getConfig('rss.output.usemodrewrite')) { 
    90             $this->rlink = getPath("/feed/".rss_uri($title)) . "/"; 
     90            $this->rlink = getPath(rss_uri($title)) . "/"; 
    9191        } else { 
    9292            $this->rlink = getPath()."feed.php?channel=$id"; 
     
    137137     
    138138    function makeFolderUrl($fn) { 
    139         return getPath("folder/". 
     139        return getPath( 
    140140            preg_replace('#\s#','_',sanitize($fn,RSS_SANITIZER_URL)) 
    141141        ) .'/';