diff options
| author | Brian Holland <windmillway2@gmail.com> | 2010-04-12 18:20:30 +0000 |
|---|---|---|
| committer | Brian Holland <windmillway2@gmail.com> | 2010-04-12 18:20:30 +0000 |
| commit | 4d3184c85fcc2c34eb0a81ffe00ad4d592e14b59 (patch) | |
| tree | 5017a8cde93c4efbd9bc32577a9b46de301f554c /modules | |
| parent | a3a072519d6dc003a5ce0b5f8f564e430050ece0 (diff) | |
| download | webtrees-4d3184c85fcc2c34eb0a81ffe00ad4d592e14b59.tar.gz webtrees-4d3184c85fcc2c34eb0a81ffe00ad4d592e14b59.tar.bz2 webtrees-4d3184c85fcc2c34eb0a81ffe00ad4d592e14b59.zip | |
Remove "require config.php"
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/GEDFact_assistant/MEDIA_ctrl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/GEDFact_assistant/MEDIA_ctrl.php b/modules/GEDFact_assistant/MEDIA_ctrl.php index e9ae7333ce..86f6a6c146 100644 --- a/modules/GEDFact_assistant/MEDIA_ctrl.php +++ b/modules/GEDFact_assistant/MEDIA_ctrl.php @@ -28,7 +28,7 @@ * @subpackage Census Assistant * @version $Id$ */ -require_once './config.php'; + require_once WT_ROOT.'includes/controllers/individual_ctrl.php'; $controller = new IndividualController(); $controller->init(); |
