summaryrefslogtreecommitdiff
path: root/inc/actions.php
diff options
context:
space:
mode:
authorGerrit Uitslag <klapinklapin@gmail.com>2014-10-03 15:56:15 +0200
committerGerrit Uitslag <klapinklapin@gmail.com>2014-10-03 15:56:15 +0200
commit1cc82e5c76ae7fcd646e448404afdc0fd458bf55 (patch)
tree9d14856aa228fbf13246bf43eaa75c5ddd8366d1 /inc/actions.php
parent0a8880f674dca9ad836481eb6d5403510bf886f5 (diff)
downloadrpg-1cc82e5c76ae7fcd646e448404afdc0fd458bf55.tar.gz
rpg-1cc82e5c76ae7fcd646e448404afdc0fd458bf55.tar.bz2
scrutiner issues
Diffstat (limited to 'inc/actions.php')
-rw-r--r--inc/actions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/actions.php b/inc/actions.php
index 68b71a36a..766c3cd0b 100644
--- a/inc/actions.php
+++ b/inc/actions.php
@@ -200,6 +200,7 @@ function act_dispatch(){
global $license;
//call template FIXME: all needed vars available?
+ $headers = array();
$headers[] = 'Content-Type: text/html; charset=utf-8';
trigger_event('ACTION_HEADERS_SEND',$headers,'act_sendheaders');