Browse Source

Merge pull request #334 from vevhlos/fix-typo-function-call

Fixes typo in function call by @vevhlos vevhlos
pull/394/head
Dan 5 years ago
committed by GitHub
parent
commit
4d40599122
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      system/htmly.php

+ 1
- 1
system/htmly.php View File

@ -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…
Cancel
Save