diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-12-28 09:29:10 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-12-28 09:29:10 +0000 |
| commit | 901664d56f1c8503ef871d5a0d1d50b6f301cf99 (patch) | |
| tree | 3ac6f601e06fc8ac87e3ee83bde964a16e1cd085 /fanchart.php | |
| parent | 5474f9f43eaba8449a6ba0e96840c88533d1a5a9 (diff) | |
| download | webtrees-901664d56f1c8503ef871d5a0d1d50b6f301cf99.tar.gz webtrees-901664d56f1c8503ef871d5a0d1d50b6f301cf99.tar.bz2 webtrees-901664d56f1c8503ef871d5a0d1d50b6f301cf99.zip | |
#908630 - Charts > INDI-ID should not be Root-ID
Diffstat (limited to 'fanchart.php')
| -rw-r--r-- | fanchart.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fanchart.php b/fanchart.php index 74ba070a06..d6f412f2d6 100644 --- a/fanchart.php +++ b/fanchart.php @@ -27,7 +27,7 @@ define('WT_SCRIPT_NAME', 'fanchart.php'); require './includes/session.php'; require_once WT_ROOT.'includes/functions/functions_charts.php'; -$controller=new WT_Controller_Base(); +$controller=new WT_Controller_Chart(); /** * split and center text by lines |
