Deprecate MWFunction::call and ::callArray
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
index e71e80c..17835e4 100644 (file)
@@ -1351,7 +1351,7 @@ function wfMessage( $key /*...*/) {
  */
 function wfMessageFallback( /*...*/ ) {
        $args = func_get_args();
-       return MWFunction::callArray( 'Message::newFallbackSequence', $args );
+       return call_user_func_array( 'Message::newFallbackSequence', $args );
 }
 
 /**