From 32c42799691984d8565861955b44ca935db081c7 Mon Sep 17 00:00:00 2001 From: Just vev Date: Thu, 3 Aug 2017 12:16:57 +0300 Subject: [PATCH] Fixes typo in function call --- system/htmly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/htmly.php b/system/htmly.php index 904225c..1a6bcf8 100644 --- a/system/htmly.php +++ b/system/htmly.php @@ -2158,7 +2158,7 @@ post('/post/:name/edit', function () { if (empty($url)) { $url = $title; } - edit_contente($title, $tag, $url, $content, $oldfile, $destination, $description, $dateTime, $quote, $revertPost, $publishDraft, $category, 'quote'); + edit_content($title, $tag, $url, $content, $oldfile, $destination, $description, $dateTime, $quote, $revertPost, $publishDraft, $category, 'quote'); } else if ($proper && !empty($title) && !empty($tag) && !empty($content) && !empty($audio)) { if (empty($url)) {