diff options
Diffstat (limited to 'calendar.php')
| -rw-r--r-- | calendar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar.php b/calendar.php index 5ef23b3065..1b7f1eebb6 100644 --- a/calendar.php +++ b/calendar.php @@ -27,7 +27,7 @@ define('WT_SCRIPT_NAME', 'calendar.php'); require './includes/session.php'; require_once WT_ROOT.'includes/functions/functions_print_lists.php'; -$controller=new WT_Controller_Page(); +$controller = new WT_Controller_Page(); $controller->setPageTitle(WT_I18N::translate('Anniversary calendar')); $controller->pageHeader(); |
