Use a nice fancy deep-merge function for merging arrays in SiteConfiguration (newly...
authorAndrew Garrett <werdna@users.mediawiki.org>
Wed, 20 Aug 2008 14:08:50 +0000 (14:08 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Wed, 20 Aug 2008 14:08:50 +0000 (14:08 +0000)
commit4b5d8c21a8dec3faea76c189dd61cc7951520ed1
tree14a2c331bc035756b8b9a2b1e72d3450314e8058
parentf0c65f67e4e57aabbbd2b0aebf6ac19eb74f4eca
Use a nice fancy deep-merge function for merging arrays in SiteConfiguration (newly written), and move the merging of config options and globals deeper into get(), so we don't need to duplicate the same functionality in the entry points.
includes/GlobalFunctions.php
includes/SiteConfiguration.php