X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flogging%2FMoveLogFormatter.php;h=c471b69f302b8ff9f9475e1e8082b5ff6a287205;hb=8165ecdb1ebcdbb80969a01b2224a8f0aa50541f;hp=589b1ba467a131b8186638662778b06f1d392f5a;hpb=d8cb9695c6971975692808bb7cdc991e2abda0ab;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/logging/MoveLogFormatter.php b/includes/logging/MoveLogFormatter.php index 589b1ba467..c471b69f30 100644 --- a/includes/logging/MoveLogFormatter.php +++ b/includes/logging/MoveLogFormatter.php @@ -20,7 +20,7 @@ * @file * @author Niklas Laxström * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later - * @since 1.21 + * @since 1.22 */ /** @@ -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 ''; }