Browse Source

Update edit-content.html.php

pull/663/merge
danpros 1 year ago
parent
commit
b486a366d0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      system/admin/views/edit-content.html.php

+ 1
- 1
system/admin/views/edit-content.html.php View File

@ -31,7 +31,7 @@ if (empty($oldtag)) {
$oldtag = $oldurl[1];
}
$oldmd = $file_path['filename'];
$oldmd = str_replace('.md', '', $oldurl[2]);
if (isset($_GET['destination'])) {
$destination = _h($_GET['destination']);


Loading…
Cancel
Save