summaryrefslogtreecommitdiff
path: root/classes/rpc.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-01-22 22:36:16 +0400
committerAndrew Dolgov <[email protected]>2013-01-22 22:36:16 +0400
commit50832719563627e958f92ba2a2b7b8c2b4fed47e (patch)
tree5ccf2153d1b56c966a6d33352b91c9cd573aa064 /classes/rpc.php
parent87d7e8507a4a41c4e0d7a4f2d54fe48f3a6f72cb (diff)
move some more functions out of functions.php; fix opml.php failing due to redeclared autoload
Diffstat (limited to 'classes/rpc.php')
-rw-r--r--classes/rpc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/rpc.php b/classes/rpc.php
index 0e6fa3379..d529e496c 100644
--- a/classes/rpc.php
+++ b/classes/rpc.php
@@ -370,7 +370,7 @@ class RPC extends Handler_Protected {
$this->update_feed_access_key($this->link, 'OPML:Publish',
false, $_SESSION["uid"]);
- $new_link = opml_publish_url($this->link);
+ $new_link = Opml::opml_publish_url($this->link);
print json_encode(array("link" => $new_link));
}