diff options
Diffstat (limited to 'descendancy.php')
| -rw-r--r-- | descendancy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/descendancy.php b/descendancy.php index 89bd917679..7b287406ca 100644 --- a/descendancy.php +++ b/descendancy.php @@ -26,7 +26,7 @@ require './includes/session.php'; require_once WT_ROOT.'includes/functions/functions_edit.php'; require_once WT_ROOT.'includes/functions/functions_print_lists.php'; -$controller=new WT_Controller_Descendancy(); +$controller = new WT_Controller_Descendancy(); $controller ->pageHeader() ->addExternalJavascript(WT_STATIC_URL . 'js/autocomplete.js') |
