Skip to content

Commit

Permalink
Don't import syntax.php, it's autoloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
jaller94 committed May 30, 2023
1 parent de66ba1 commit ed253b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion syntax.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
require_once(DOKU_PLUGIN.'syntax.php');

/**
* All DokuWiki plugins to extend the parser/rendering mechanism
Expand Down

0 comments on commit ed253b9

Please sign in to comment.