summaryrefslogtreecommitdiff
path: root/fanchart.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2013-08-26 08:59:28 +0100
committerGreg Roach <fisharebest@gmail.com>2013-08-26 08:59:28 +0100
commitdc84738b82508a35206215b5014bde2317c2f51d (patch)
treec30a00226aa80ff71b128229c724be1e491effc5 /fanchart.php
parent60e822edd44f533f53af20550073c3e3c16770db (diff)
downloadwebtrees-dc84738b82508a35206215b5014bde2317c2f51d.tar.gz
webtrees-dc84738b82508a35206215b5014bde2317c2f51d.tar.bz2
webtrees-dc84738b82508a35206215b5014bde2317c2f51d.zip
#1210538 - Fan Chart Error in git
Diffstat (limited to 'fanchart.php')
-rw-r--r--fanchart.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/fanchart.php b/fanchart.php
index 59d58b5833..45f393c080 100644
--- a/fanchart.php
+++ b/fanchart.php
@@ -28,7 +28,7 @@ require WT_ROOT.'includes/functions/functions_edit.php';
$controller=new WT_Controller_Fanchart();
if (safe_GET_bool('img')) {
- header('Content-type: image/png');
+ Zend_Session::writeClose();
$controller->generate_fan_chart('png');
exit;
}