Browse Source

fix root path

main
ghost 10 months ago
parent
commit
19d713e217
  1. 2
      src/Dokuwiki/Filesystem.php

2
src/Dokuwiki/Filesystem.php

@ -132,7 +132,7 @@ class Filesystem
$path = str_replace( $path = str_replace(
sprintf( sprintf(
'%s/pages/', '%s/pages',
$this->_path $this->_path
), ),
'', '',

Loading…
Cancel
Save