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