diff options
Diffstat (limited to 'sourcelist.php')
| -rw-r--r-- | sourcelist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sourcelist.php b/sourcelist.php index ac2687913c..2dfc023fce 100644 --- a/sourcelist.php +++ b/sourcelist.php @@ -25,7 +25,7 @@ define('WT_SCRIPT_NAME', 'sourcelist.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('Sources')); $controller->pageHeader(); |
