public
Description: The ultra-lightweight ultra-flexible blogging engine with a fetish for birds and misspellings.
Homepage: http://chyrp.net/
Clone URL: git://github.com/vito/chyrp.git
Click here to lend your support to: chyrp and make a donation at www.pledgie.com !
Fixed feed links.
vito (author)
Wed Sep 03 13:53:35 -0700 2008
commit  ac351f808073f35406d98143b38a981a54c83d69
tree    eb1d893c38c06e8e87e8c8494fbe82b1add0190c
parent  10900dff1096f7a04211bb4221640c393129e9f0
...
23
24
25
26
27
28
29
 
 
30
31
32
...
23
24
25
 
26
27
28
29
30
31
32
33
0
@@ -23,10 +23,11 @@
0
                            $tagged,
0
                            1);
0
 
0
-    $feed_url = $trigger->filter($url, "feed_url", $post);
0
     $url = $post->url();
0
     $title = $post->title();
0
 
0
+    $feed_url = $trigger->filter($url, "feed_url", $post);
0
+
0
     if (!$post->user()->no_results)
0
       $author = fallback($post->user()->full_name, $post->user()->login, true);
0
     else

Comments