two more typos
This commit is contained in:
parent
c8c86ff503
commit
b7b80e7258
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/**
|
||||
* mvwScriptLoader.php
|
||||
* mwScriptLoader.php
|
||||
* Script Loading Library for MediaWiki
|
||||
*
|
||||
* @file
|
||||
|
|
@ -32,7 +32,7 @@ wfProfileIn( 'mvwScriptLoader.php' );
|
|||
|
||||
if( strpos( wfGetScriptUrl(), "mwScriptLoader.php" ) === false ){
|
||||
wfHttpError( 403, 'Forbidden',
|
||||
'mvwScriptLoader must be accessed through the primary script entry point.' );
|
||||
'mwScriptLoader must be accessed through the primary script entry point.' );
|
||||
return;
|
||||
}
|
||||
// Verify the script loader is on:
|
||||
|
|
|
|||
Loading…
Reference in a new issue