X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fexception%2FReadOnlyError.php;h=de42f056b85abc180d1024cff6f0c678f5f7e07d;hp=cebeb1c3ebb2960c166c6ec680222d20fb005149;hb=64b83bdb3afd0ee4f8fc1893a865409c198e601e;hpb=b2645d82849ca74b0e6b8df6a3e28e81d0561a58 diff --git a/includes/exception/ReadOnlyError.php b/includes/exception/ReadOnlyError.php index cebeb1c3eb..de42f056b8 100644 --- a/includes/exception/ReadOnlyError.php +++ b/includes/exception/ReadOnlyError.php @@ -30,7 +30,7 @@ class ReadOnlyError extends ErrorPageError { parent::__construct( 'readonly', 'readonlytext', - wfReadOnlyReason() ?: array() + wfReadOnlyReason() ?: [] ); } }