Follow up r75392.
authorPlatonides <platonides@users.mediawiki.org>
Sat, 6 Nov 2010 23:49:06 +0000 (23:49 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sat, 6 Nov 2010 23:49:06 +0000 (23:49 +0000)
commit987c5cf9f00722e21c412b7a9f31d93a8e352d76
tree46c32344aedd4fc76dd0fcf012c89d00da45de50
parent963d1d0609be5c77d229090a6fa341b30ba27142
Follow up r75392.
DefaultSettings.php were not included by LocalSettings, since it was already required in global scope.
Force an inclusion before LocalSettings. It is safe to do so, since it only contains variables, shame to
anyone adding functions or classes there!
includes/installer/Installer.php