summaryrefslogtreecommitdiff
path: root/library/WT/Controller/Pedigree.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-01-01 15:04:58 +0000
committerfisharebest <fisharebest@gmail.com>2011-01-01 15:04:58 +0000
commit65844fe0d595f49a85f3a13ee14ebe0adfd6d0fe (patch)
tree918ec27c29f5a3858f67d738d843ad540095b737 /library/WT/Controller/Pedigree.php
parent3f00e12930f917fcd52629041b942db9bec5f701 (diff)
downloadwebtrees-65844fe0d595f49a85f3a13ee14ebe0adfd6d0fe.tar.gz
webtrees-65844fe0d595f49a85f3a13ee14ebe0adfd6d0fe.tar.bz2
webtrees-65844fe0d595f49a85f3a13ee14ebe0adfd6d0fe.zip
Refactoring class names and use autoloading.
Diffstat (limited to 'library/WT/Controller/Pedigree.php')
-rw-r--r--library/WT/Controller/Pedigree.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/library/WT/Controller/Pedigree.php b/library/WT/Controller/Pedigree.php
index 8f12fee31c..0ccae80ee1 100644
--- a/library/WT/Controller/Pedigree.php
+++ b/library/WT/Controller/Pedigree.php
@@ -1,6 +1,6 @@
<?php
// webtrees: Web based Family History software
-// Copyright (C) 2010 webtrees development team.
+// Copyright (C) 2011 webtrees development team.
//
// Derived from PhpGedView
// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved.
@@ -26,8 +26,6 @@ if (!defined('WT_WEBTREES')) {
exit;
}
-define('WT_PEDIGREE_CTRL_PHP', '');
-
require_once WT_ROOT.'includes/functions/functions_charts.php';
class WT_Controller_Pedigree extends WT_Controller_Base {