]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - plugins/pubsubhubbub/pubsubhubbub.php
RSS/ATOM feeds: process through Slim controller
[github/shaarli/Shaarli.git] / plugins / pubsubhubbub / pubsubhubbub.php
index 2878c0505be296b486ab2b9ee4547a2851c7986b..41634dda50ba7f2d6877dd68c142de0f7191dda7 100644 (file)
@@ -60,8 +60,8 @@ function hook_pubsubhubbub_render_feed($data, $conf)
 function hook_pubsubhubbub_save_link($data, $conf)
 {
     $feeds = array(
-        index_url($_SERVER) .'?do=atom',
-        index_url($_SERVER) .'?do=rss',
+        index_url($_SERVER) .'feed-atom',
+        index_url($_SERVER) .'feed-rss',
     );
 
     $httpPost = function_exists('curl_version') ? false : 'nocurl_http_post';