move some more functions out of functions.php; fix opml.php failing due to redeclared autoload

This commit is contained in:
Andrew Dolgov
2013-01-22 22:36:16 +04:00
parent 87d7e8507a
commit 5083271956
8 changed files with 101 additions and 106 deletions

View File

@@ -168,7 +168,7 @@ class Dlg extends Handler_Protected {
print "<title>".__('Public OPML URL')."</title>";
print "<content><![CDATA[";
$url_path = opml_publish_url($this->link);
$url_path = Opml::opml_publish_url($this->link);
print __("Your Public OPML URL is:");