Merge "ActiveUsersPager: Fix ordering and return 0-action users"
[lhc/web/wiklou.git] / includes / specials / SpecialPageLanguage.php
index 3741272..52db060 100644 (file)
@@ -163,7 +163,7 @@ class SpecialPageLanguage extends FormSpecialPage {
                        $this->getContext(),
                        $title,
                        $newLanguage,
-                       $data['reason'] === null ? '' : $data['reason']
+                       $data['reason'] ?? ''
                );
        }