Merge "Correct namespace 'Template' for gom-deva"
[lhc/web/wiklou.git] / includes / installer / Installer.php
index 029f67d..5a3d77a 100644 (file)
@@ -694,7 +694,7 @@ abstract class Installer {
                                'enableSectionEditLinks' => false,
                                'unwrap' => true,
                        ] );
-               } catch ( MediaWiki\Services\ServiceDisabledException $e ) {
+               } catch ( Wikimedia\Services\ServiceDisabledException $e ) {
                        $html = '<!--DB access attempted during parse-->  ' . htmlspecialchars( $text );
                }