X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fapi%2FApiModuleManager.php;h=8d5a82b92eab501d32b421277186d6a4d25d1d08;hp=3d4ccaf0fa1b200be254d49391a9451ca9c4cbad;hb=a1ef77b2d80830fbcb617a83961d78cff9d6e384;hpb=d05c34d88897e13d646ef75060433991f48e4e57 diff --git a/includes/api/ApiModuleManager.php b/includes/api/ApiModuleManager.php index 3d4ccaf0fa..8d5a82b92e 100644 --- a/includes/api/ApiModuleManager.php +++ b/includes/api/ApiModuleManager.php @@ -114,8 +114,7 @@ class ApiModuleManager extends ContextSource { ]; if ( is_callable( $factory ) ) { - // Uncomment this when callers are cleaned up: - // wfDeprecated( __METHOD__ . ' with $class and $factory', '1.34' ); + wfDeprecated( __METHOD__ . ' with $class and $factory', '1.34' ); $spec['factory'] = $factory; } } elseif ( !is_array( $spec ) ) {