Skip to content

Commit

Permalink
Lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega committed Sep 19, 2024
1 parent d406986 commit 586e285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initialise/MirahezeFunctions.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function __construct() {
die( 'INVALID DATABASE! YOU CAN NOT USE THE DATABASE OF A DIFFERENT REALM!' . PHP_EOL );
}

require_once SELF::MEDIAWIKI_DIRECTORY . 'ErrorPages/MissingWiki.php';
require_once self::MEDIAWIKI_DIRECTORY . 'ErrorPages/MissingWiki.php';
}

$this->wikiDBClusters = self::getDatabaseClusters();
Expand Down

0 comments on commit 586e285

Please sign in to comment.