summaryrefslogtreecommitdiff
path: root/inc/actions.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/actions.php')
-rw-r--r--inc/actions.php2
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;