Skip to content

Commit 2c97a74

Browse files
authored
fix for mort (#37)
1 parent 67df940 commit 2c97a74

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

syntax.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
* FIXME : refactor handle / render repartition ; most of the processing should be moved in the handle section.
6464
* /!\ to be able to do that (and thus, modify the cached content structure) need to find a way to clear the cache while upgrading the plugin...
6565
*/
66-
require_once(DOKU_INC . 'inc/parser/handler.php');
6766

6867
// str_contains polyfill for PHP versions before PHP8 (by jnv - #26)
6968
if (!function_exists('str_contains')) {
@@ -576,4 +575,4 @@ public function interwikilink(&$xhtml, $match, $name, $wikiName, $wikiUri, $retu
576575
}
577576
}
578577

579-
?>
578+
?>

0 commit comments

Comments
 (0)