Merge "Added a separate error message for mkdir failures"
[lhc/web/wiklou.git] / includes / exception / ReadOnlyError.php
index cebeb1c..de42f05 100644 (file)
@@ -30,7 +30,7 @@ class ReadOnlyError extends ErrorPageError {
                parent::__construct(
                        'readonly',
                        'readonlytext',
-                       wfReadOnlyReason() ?: array()
+                       wfReadOnlyReason() ?: []
                );
        }
 }