VectorGOLEM/includes
jdlrobson c0ccbcb6f8 Prefer local data to parent data (attempt 2)
There was some confusion during the code review of
4dbe4076d6

In the case of array_merge, anything defined as the second parameter
with the same key as the first will override the data in the first. This
means the current situation is that parent data replaces any local data.

However, we want the local data to be preferred.
Specifically, the call to  $this->getFooterData() must override
the data set parent::getTemplateData. This is not happening with the current
ordering.

Without this change, Ib2af1f72c0508870b20321dffc8af2158d0dbd55
will result in the footer not rendering.

Bug: T262730
Change-Id: Iaf701c054314f210e40a82b5277e9914edccc493
2020-09-29 22:20:09 +00:00
..
FeatureManagement A/B test of search in header for logged in users 2020-09-14 14:22:46 +01:00
HTMLForm/Fields [Special:Preferences] [PHP] Add HTMLSkinVersionField form field 2020-08-31 12:04:12 -07:00
templates SearchBox: Add data-search-loc attribute 2020-09-17 18:24:24 +00:00
Constants.php SearchBox: Add data-search-loc attribute 2020-09-17 18:24:24 +00:00
Hooks.php Merge "Make max-width the default for modern Vector" 2020-09-14 20:55:35 +00:00
ServiceWiring.php A/B test of search in header for logged in users 2020-09-14 14:22:46 +01:00
SkinVector.php Prefer local data to parent data (attempt 2) 2020-09-29 22:20:09 +00:00
SkinVersionLookup.php [fix] "Existing account only" skin version config 2020-04-29 18:36:03 +00:00
VectorServices.php hooks: Don't use SkinVersionLookup directly 2020-08-18 11:40:48 +01:00