mirror of
https://github.com/danpros/htmly.git
synced 2026-04-22 21:46:22 +05:30
Fixes typo in function call
This commit is contained in:
parent
ee3e479ebd
commit
32c4279969
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue