summaryrefslogtreecommitdiff
path: root/fanchart.php
diff options
context:
space:
mode:
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 8139df78a3..a8c8a6ad12 100644
--- a/fanchart.php
+++ b/fanchart.php
@@ -25,7 +25,7 @@ define('WT_SCRIPT_NAME', 'fanchart.php');
require './includes/session.php';
require WT_ROOT.'includes/functions/functions_edit.php';
-$controller=new WT_Controller_Fanchart();
+$controller = new WT_Controller_Fanchart();
if (WT_Filter::getBool('img')) {
Zend_Session::writeClose();