Set $wgGalleryOptions in Setup.php
authorMatthias Mullie <git@mullie.eu>
Fri, 23 Jun 2017 11:31:49 +0000 (13:31 +0200)
committerMatthias Mullie <git@mullie.eu>
Fri, 23 Jun 2017 11:33:23 +0000 (13:33 +0200)
commit8ea782202d0ffd3e51fdc5b7d8a64043dc090db0
tree4d0357af8f71aba52fafd33fe2441857ac68fc61
parentb2b983a3bd90cc081f33282fed50bb8ee37101d0
Set $wgGalleryOptions in Setup.php

Defaults will be added to the config array at a later point,
without overriding any that have already been set.
This'll make it less prone to errors in case $wgGalleryOptions
is incomplete.

Bug: T168479
Change-Id: I5f127e5ac8c8a1583301dd7aed2ae8e434987950
includes/DefaultSettings.php
includes/Setup.php