Declare 2 variables to be global to avoid reference error
authorrillke <rainerrillke@hotmail.com>
Tue, 15 Jul 2014 07:59:11 +0000 (09:59 +0200)
committerrillke <rainerrillke@hotmail.com>
Tue, 15 Jul 2014 07:59:11 +0000 (09:59 +0200)
commitdca313e90b7c694396d4cb80c0147b5a442bbee0
treec16fa53b3530dba40498a524b92bd3266d71a792
parent93f87e7ad3072bd855d0a2983732d1a9b63a8c22
Declare 2 variables to be global to avoid reference error

This fixes a bug introduced in Ic7fc3bd8362 resulting in the updater
aborting when attempting to update the constraints with a fatal error
due to missing $wgDBname, $wgDBmwschema in the current scope.

Change-Id: I7bbaef2175f81ab843ad09fe92c10dba1257a184
includes/installer/MssqlUpdater.php