summaryrefslogtreecommitdiff
path: root/inc/parser/handler.php
diff options
context:
space:
mode:
authorpierre.spring <pierre.spring@liip.ch>2008-08-29 14:58:28 +0200
committerpierre.spring <pierre.spring@liip.ch>2008-08-29 14:58:28 +0200
commit3c829837da502837a50ecf063483f64d64b5b121 (patch)
treea5f5d483adbe068dccab6008ee7661fe7084a48e /inc/parser/handler.php
parentf6dad9fdc0860d080d2807e2ae50f5a046332ba8 (diff)
downloadrpg-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.php1
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) {