From 3c829837da502837a50ecf063483f64d64b5b121 Mon Sep 17 00:00:00 2001 From: "pierre.spring" Date: Fri, 29 Aug 2008 14:58:28 +0200 Subject: syntax plugin match getter and setter darcs-hash:20080829125828-c07ef-b27cbac1f23e313572952ea8f1172fbd88f60493.gz --- inc/parser/handler.php | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/parser/handler.php') 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) { -- cgit v1.2.3