Browse Source

fix page uri

main
ghost 9 months ago
parent
commit
30e55ac8d5
  1. 4
      src/Dokuwiki/Filesystem.php

4
src/Dokuwiki/Filesystem.php

@ -77,10 +77,6 @@ class Filesystem
'/' '/'
); );
$path = basename(
$path
);
$path = str_replace( $path = str_replace(
[ [
'/', '/',

Loading…
Cancel
Save