From 50832719563627e958f92ba2a2b7b8c2b4fed47e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 22 Jan 2013 22:36:16 +0400 Subject: move some more functions out of functions.php; fix opml.php failing due to redeclared autoload --- classes/handler/public.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/handler/public.php') diff --git a/classes/handler/public.php b/classes/handler/public.php index 3bc8d3b79..3d2becccd 100644 --- a/classes/handler/public.php +++ b/classes/handler/public.php @@ -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 "