mirror of
https://github.com/brmlab/dokuwiki-plugin-nextday.git
synced 2025-06-07 13:23:59 +02:00
don't redefine internal variables
This commit is contained in:
parent
9790d8f1bd
commit
7af9d5903f
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
|||
* @author Pavol Rusnak <stick@gk2.sk>
|
||||
*/
|
||||
|
||||
if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
|
||||
if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
|
||||
if(!defined('DOKU_INC')) die();
|
||||
if(!defined('DOKU_PLUGIN')) die();
|
||||
require_once(DOKU_PLUGIN.'syntax.php');
|
||||
|
||||
class syntax_plugin_nextday extends DokuWiki_Syntax_Plugin {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue