From 4d3184c85fcc2c34eb0a81ffe00ad4d592e14b59 Mon Sep 17 00:00:00 2001 From: Brian Holland Date: Mon, 12 Apr 2010 18:20:30 +0000 Subject: Remove "require config.php" --- modules/GEDFact_assistant/MEDIA_ctrl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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(); -- cgit v1.3