diff options
Diffstat (limited to 'branches.php')
| -rw-r--r-- | branches.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branches.php b/branches.php index 052ea74fb0..3fbbd4b9fb 100644 --- a/branches.php +++ b/branches.php @@ -25,7 +25,7 @@ define('WT_SCRIPT_NAME', 'branches.php'); require './includes/session.php'; -$controller=new WT_Controller_Branches(); +$controller = new WT_Controller_Branches(); $controller ->pageHeader() ->addExternalJavascript(WT_STATIC_URL . 'js/autocomplete.js') |
