mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:25:56 +00:00
move some more functions out of functions.php; fix opml.php failing due to redeclared autoload
This commit is contained in:
@@ -376,7 +376,7 @@ class Handler_Public extends Handler {
|
||||
$content = db_escape_string(strip_tags($_REQUEST["content"]));
|
||||
$labels = db_escape_string(strip_tags($_REQUEST["labels"]));
|
||||
|
||||
create_published_article($this->link, $title, $url, $content, $labels,
|
||||
Article::create_published_article($this->link, $title, $url, $content, $labels,
|
||||
$_SESSION["uid"]);
|
||||
|
||||
print "<script type='text/javascript'>";
|
||||
|
||||
Reference in New Issue
Block a user