We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305e63f commit 743c19cCopy full SHA for 743c19c
1 file changed
includes/Hooks.php
@@ -29,7 +29,7 @@
29
}
30
31
if ( version_compare( MW_VERSION, '1.42', '<' ) ) {
32
- if ( !class_exists('MediaWiki\Actions\ActionEntryPoint') ) class_alias( '\MediaWiki', '\MediaWiki\Actions\ActionEntryPoint' );
+ if ( !class_exists('MediaWiki\Actions\ActionEntryPoint') ) class_alias( '\ActionEntryPoint', '\MediaWiki\Actions\ActionEntryPoint' );
33
34
35
if ( version_compare( MW_VERSION, '1.44', '<' ) ) {
0 commit comments