diff options
author | Christopher Smith <chris@jalakai.co.uk> | 2014-02-25 20:32:56 +0000 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2014-02-25 20:32:56 +0000 |
commit | 2ada8709d3a0cea872f117823b244b400fac5f87 (patch) | |
tree | fb4cbbfd2e56b17dff31ea3ff3341eed28362d72 /inc/parserutils.php | |
parent | 252398f08d0752fd17b25e4afab70a6d0b6455a7 (diff) | |
download | rpg-2ada8709d3a0cea872f117823b244b400fac5f87.tar.gz rpg-2ada8709d3a0cea872f117823b244b400fac5f87.tar.bz2 |
add renderers to autolader
Diffstat (limited to 'inc/parserutils.php')
-rw-r--r-- | inc/parserutils.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/inc/parserutils.php b/inc/parserutils.php index 9420931eb..11f044146 100644 --- a/inc/parserutils.php +++ b/inc/parserutils.php @@ -444,8 +444,6 @@ function p_render_metadata($id, $orig){ $evt = new Doku_Event('PARSER_METADATA_RENDER', $orig); if ($evt->advise_before()) { - require_once DOKU_INC."inc/parser/metadata.php"; - // get instructions $instructions = p_cached_instructions(wikiFN($id),false,$id); if(is_null($instructions)){ |