Completed
Pull Request — master (#7)
by Mark A.
02:37
created
src/DependencyCheck.php 2 patches
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -56,10 +56,10 @@
 block discarded – undo
56 56
 									 $longHtml );
57 57
 			}
58 58
 			// HACK!
59
-			$mod = $wgResourceModules['ext.SimpleBatchUpload.jquery-file-upload'];
60
-			$mod['localBasePath'] = $IP;
61
-			$mod['remoteBasePath'] = $wgScriptPath;
62
-			$wgResourceModules['ext.SimpleBatchUpload.jquery-file-upload'] = $mod;
59
+			$mod = $wgResourceModules[ 'ext.SimpleBatchUpload.jquery-file-upload' ];
60
+			$mod[ 'localBasePath' ] = $IP;
61
+			$mod[ 'remoteBasePath' ] = $wgScriptPath;
62
+			$wgResourceModules[ 'ext.SimpleBatchUpload.jquery-file-upload' ] = $mod;
63 63
 		}
64 64
 	}
65 65
 
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 				$longHtml = <<<HTML
51 51
 		MediaWiki now also has some external dependencies that need to be installed via
52 52
 		composer.
53
-HTML;
53
+html;
54 54
 
55 55
 				$this->triggerError( 'External dependencies', $shortText, $longText,
56 56
 									 $longHtml );
Please login to merge, or discard this patch.