summaryrefslogtreecommitdiff
path: root/classes/opml.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/opml.php')
-rw-r--r--classes/opml.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/classes/opml.php b/classes/opml.php
index f8e9f6728..2cfc890fa 100644
--- a/classes/opml.php
+++ b/classes/opml.php
@@ -633,12 +633,6 @@ class OPML extends Handler_Protected {
print "$msg<br/>";
}
- static function get_publish_url(){
- return Config::get_self_url() .
- "/public.php?op=publishOpml&key=" .
- Feeds::_get_access_key('OPML:Publish', false, $_SESSION["uid"]);
- }
-
function get_feed_category($feed_cat, $parent_cat_id = false) {
$parent_cat_id = (int) $parent_cat_id;