diff options
Diffstat (limited to 'family.php')
| -rw-r--r-- | family.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/family.php b/family.php index 9b4ca2555e..9f1f0aa0d7 100644 --- a/family.php +++ b/family.php @@ -26,7 +26,7 @@ define('WT_SCRIPT_NAME', 'family.php'); require './includes/session.php'; -$controller=new WT_Controller_Family(); +$controller = new WT_Controller_Family(); if ($controller->record && $controller->record->canShow()) { $controller->pageHeader(); |
