diff options
author | andi <andi@splitbrain.org> | 2005-05-01 21:39:08 +0200 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-05-01 21:39:08 +0200 |
commit | 9dc2c2af726890564ad8e83ab451fe55af98deef (patch) | |
tree | 48fb87513d96d21a6e4e3c222205a614632acf30 /inc/actions.php | |
parent | 5e100747059d6148199a91dfae13217e89dd4344 (diff) | |
download | rpg-9dc2c2af726890564ad8e83ab451fe55af98deef.tar.gz rpg-9dc2c2af726890564ad8e83ab451fe55af98deef.tar.bz2 |
~~NOCACHE~~ added
darcs-hash:20050501193908-9977f-e65b9b9bd123efaccc167f2e1ad9a1d4f51ba681.gz
Diffstat (limited to 'inc/actions.php')
-rw-r--r-- | inc/actions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/actions.php b/inc/actions.php index 9fb186b00..3f7cc8c94 100644 --- a/inc/actions.php +++ b/inc/actions.php @@ -242,7 +242,7 @@ function act_export($act){ // try to run renderer #FIXME use cached instructions $mode = substr($act,7); - $text = p_render($mode,p_get_instructions(rawWiki($ID,$REV))); + $text = p_render($mode,p_get_instructions(rawWiki($ID,$REV)),$info); if(!is_null($text)){ print $text; exit; |