Browse Source

Update edit-page.html.php

pull/674/head
danpros 1 year ago
parent
commit
d648a8e542
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      system/admin/views/edit-page.html.php

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

@ -35,7 +35,7 @@ if ($type == 'is_frontpage') {
$olddescription = $p->description;
$oldcontent = $p->body;
$oldmd = $p->md;
$url = 'content/data/category/'. $p->md;
$url = 'content/data/category/'. $p->md . '.md';
} else {
if (isset($p->file)) {


Loading…
Cancel
Save