diff options
Diffstat (limited to 'statisticsplot.php')
| -rw-r--r-- | statisticsplot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/statisticsplot.php b/statisticsplot.php index a372ad6401..b9f0aa2998 100644 --- a/statisticsplot.php +++ b/statisticsplot.php @@ -27,7 +27,7 @@ define('WT_SCRIPT_NAME', 'statisticsplot.php'); require './includes/session.php'; -$controller=new WT_Controller_Ajax(); +$controller = new WT_Controller_Ajax(); $stats = new WT_Stats($GEDCOM); |
