diff options
Diffstat (limited to 'notelist.php')
| -rw-r--r-- | notelist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notelist.php b/notelist.php index 4018a27242..842960c049 100644 --- a/notelist.php +++ b/notelist.php @@ -25,7 +25,7 @@ define('WT_SCRIPT_NAME', 'notelist.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('Shared notes')); $controller->pageHeader(); |
