diff options
author | pierre.spring <pierre.spring@liip.ch> | 2008-08-29 14:58:28 +0200 |
---|---|---|
committer | pierre.spring <pierre.spring@liip.ch> | 2008-08-29 14:58:28 +0200 |
commit | 3c829837da502837a50ecf063483f64d64b5b121 (patch) | |
tree | a5f5d483adbe068dccab6008ee7661fe7084a48e /inc/parser/handler.php | |
parent | f6dad9fdc0860d080d2807e2ae50f5a046332ba8 (diff) | |
download | rpg-3c829837da502837a50ecf063483f64d64b5b121.tar.gz rpg-3c829837da502837a50ecf063483f64d64b5b121.tar.bz2 |
syntax plugin match getter and setter
darcs-hash:20080829125828-c07ef-b27cbac1f23e313572952ea8f1172fbd88f60493.gz
Diffstat (limited to 'inc/parser/handler.php')
-rw-r--r-- | inc/parser/handler.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/parser/handler.php b/inc/parser/handler.php index 6b9dc9b3c..72f6de490 100644 --- a/inc/parser/handler.php +++ b/inc/parser/handler.php @@ -80,6 +80,7 @@ class Doku_Handler { $data = array($match); $plugin =& plugin_load('syntax',$pluginname); if($plugin != null){ + $plugin->setMatch($match); $data = $plugin->handle($match, $state, $pos, $this); } if ($data !== false) { |