From 9dc2c2af726890564ad8e83ab451fe55af98deef Mon Sep 17 00:00:00 2001 From: andi Date: Sun, 1 May 2005 21:39:08 +0200 Subject: ~~NOCACHE~~ added darcs-hash:20050501193908-9977f-e65b9b9bd123efaccc167f2e1ad9a1d4f51ba681.gz --- inc/actions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/actions.php') 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; -- cgit v1.2.3