diff --git a/src/PluggableAuth.php b/src/PluggableAuth.php index 647012f..c34edc1 100644 --- a/src/PluggableAuth.php +++ b/src/PluggableAuth.php @@ -11,7 +11,10 @@ use MWException; use RequestContext; use SpecialPage; -use Title; +// Pre 1.44 +// use Title; +// Post 1.44 +use MediaWiki\Title\Title; /** * Class PluggableAuth @@ -141,4 +144,4 @@ protected function redirectToSpecialPage( Title $currentTitle, Title $destinatio } exit; } -} \ No newline at end of file +}