diff --git a/components/Posting/Posting.php b/components/Posting/Posting.php index 53de5b75dd..aa7be45927 100644 --- a/components/Posting/Posting.php +++ b/components/Posting/Posting.php @@ -67,7 +67,7 @@ class Posting extends Module if ($form->isSubmitted()) { $data = $form->getData(); if ($form->isValid()) { - Post::storeNote($actor_id, $data['content'], $data['attachments'], $is_local = true); + C\Post::storeNote($actor_id, $data['content'], $data['attachments'], $is_local = true); } else { // TODO Display error }