summaryrefslogtreecommitdiff
path: root/inc/parser/handler.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-02-19 17:47:26 +0100
committerAndreas Gohr <andi@splitbrain.org>2006-02-19 17:47:26 +0100
commite41c4da9b8ec98a022a91b04f7c5d7bbee54b6c9 (patch)
tree7816f31137cbf68df1cefafea8d42a5898f1fc2f /inc/parser/handler.php
parent6dbf01ccd365741ffccdaa5a3d0fb2a740035bfa (diff)
downloadrpg-e41c4da9b8ec98a022a91b04f7c5d7bbee54b6c9.tar.gz
rpg-e41c4da9b8ec98a022a91b04f7c5d7bbee54b6c9.tar.bz2
some TOC fixes
darcs-hash:20060219164726-7ad00-eb637e1db83e2f3b6c3629da18214b6587590b24.gz
Diffstat (limited to 'inc/parser/handler.php')
-rw-r--r--inc/parser/handler.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/inc/parser/handler.php b/inc/parser/handler.php
index 4653cf603..dc5315fdd 100644
--- a/inc/parser/handler.php
+++ b/inc/parser/handler.php
@@ -11,8 +11,6 @@ class Doku_Handler {
var $meta = array(
'section' => FALSE,
- 'toc' => TRUE,
- 'cache' => TRUE,
);
var $rewriteBlocks = TRUE;
@@ -115,7 +113,7 @@ class Doku_Handler {
}
function notoc($match, $state, $pos) {
- $this->meta['toc'] = FALSE;
+ $this->_addCall('notoc',array(),$pos);
return TRUE;
}