Skip to content

Commit

Permalink
Merge pull request #137 from cosmocode/actfix
Browse files Browse the repository at this point in the history
ACT can be an array sometimes. fixes #136
  • Loading branch information
LarsGit223 committed Apr 18, 2016
2 parents 629b21a + c9369df commit ac47704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action/export.php
Expand Up @@ -75,6 +75,7 @@ public function convert(Doku_Event $event) {
global $ACT;
global $ID;
$format = NULL;
$ACT = act_clean($ACT);

// Any kind of ODT export?
$odt_export = false;
Expand Down

0 comments on commit ac47704

Please sign in to comment.