This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
kiduc
/
bibiuc.com
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
59
Wiki
Activity
Browse Source
Update edit-content.html.php
pull/663/merge
danpros
1 year ago
parent
7846f624a8
commit
b486a366d0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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'
]);
Write
Preview
Loading…
Cancel
Save