X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flogging%2FMoveLogFormatter.php;h=c471b69f302b8ff9f9475e1e8082b5ff6a287205;hb=8165ecdb1ebcdbb80969a01b2224a8f0aa50541f;hp=0978f97686b16a858d8a3d29c0d4df7d857ee8e9;hpb=7ab280ca486e3fef0fd1cbdbc18017d9455f04a1;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/logging/MoveLogFormatter.php b/includes/logging/MoveLogFormatter.php index 0978f97686..c471b69f30 100644 --- a/includes/logging/MoveLogFormatter.php +++ b/includes/logging/MoveLogFormatter.php @@ -55,8 +55,8 @@ class MoveLogFormatter extends LogFormatter { public function getActionLinks() { if ( $this->entry->isDeleted( LogPage::DELETED_ACTION ) // Action is hidden || $this->entry->getSubtype() !== 'move' - || !$this->context->getUser()->isAllowed( 'move' ) ) - { + || !$this->context->getUser()->isAllowed( 'move' ) + ) { return ''; }