Code conventions
Change-Id: I0f58d4675cf26050ea1e2f58fb748e0aed74b54d
This commit is contained in:
@@ -25,7 +25,8 @@ if ( getenv( 'MW_INSTALL_PATH' ) !== false ) {
|
|||||||
$dir = __DIR__;
|
$dir = __DIR__;
|
||||||
$IP = "$dir/../../..";
|
$IP = "$dir/../../..";
|
||||||
}
|
}
|
||||||
require_once ( "$IP/maintenance/Maintenance.php" );
|
require_once "$IP/maintenance/Maintenance.php";
|
||||||
|
|
||||||
class LanguageNameIndexer extends Maintenance {
|
class LanguageNameIndexer extends Maintenance {
|
||||||
public function __construct() {
|
public function __construct() {
|
||||||
parent::__construct();
|
parent::__construct();
|
||||||
|
|||||||
Reference in New Issue
Block a user