diff options
author | Andreas Gohr <andi@splitbrain.org> | 2009-02-14 12:47:00 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2009-02-14 12:47:00 +0100 |
commit | 9acedd40f6729c39dcc0ce63b3e3345a77ddc173 (patch) | |
tree | 89bde807caa04c76f6976a7314d99a6f4a0411c9 /inc | |
parent | 291e66057760ca70d6fe3af3195ccfc1d43d02ee (diff) | |
download | rpg-9acedd40f6729c39dcc0ce63b3e3345a77ddc173.tar.gz rpg-9acedd40f6729c39dcc0ce63b3e3345a77ddc173.tar.bz2 |
Fixed header support for renderer plugins when run the first time FS#1608
Ignore-this: 23dc9e7eda7fd430071d6de62c218842
darcs-hash:20090214114700-7ad00-67030b0174425844e54866612d5cd25a3af5bcf6.gz
Diffstat (limited to 'inc')
-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 6d7859b6a..27aa37515 100644 --- a/inc/actions.php +++ b/inc/actions.php @@ -476,8 +476,8 @@ function act_export($act){ $output = p_wiki_xhtml($ID,$REV,false); break; default: - $headers = p_get_metadata($ID,"format $mode"); $output = p_cached_output(wikiFN($ID,$REV), $mode); + $headers = p_get_metadata($ID,"format $mode"); break; } |