Merge "Additional styling for CAPTCHA on Special:UserLogin"
[lhc/web/wiklou.git] / includes / logging / MoveLogFormatter.php
index 0978f97..c471b69 100644 (file)
@@ -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 '';
                }