summaryrefslogtreecommitdiff
path: root/editnews.php
diff options
context:
space:
mode:
Diffstat (limited to 'editnews.php')
-rw-r--r--editnews.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/editnews.php b/editnews.php
index b4df806e65..803d3d571e 100644
--- a/editnews.php
+++ b/editnews.php
@@ -28,7 +28,7 @@ use WT\Auth;
define('WT_SCRIPT_NAME', 'editnews.php');
require './includes/session.php';
-$controller=new WT_Controller_Simple();
+$controller = new WT_Controller_Simple();
$controller
->setPageTitle(WT_I18N::translate('Add/edit a journal/news entry'))
->restrictAccess(Auth::isMember())