summaryrefslogtreecommitdiff
path: root/classes/handler/public.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/handler/public.php')
-rw-r--r--classes/handler/public.php2
1 files changed, 1 insertions, 1 deletions
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 "<script type='text/javascript'>";