Uncomment wfDeprecated call from I6ccd4df
authorBrad Jorsch <bjorsch@wikimedia.org>
Fri, 19 Jun 2015 18:16:18 +0000 (14:16 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Fri, 19 Jun 2015 18:20:25 +0000 (14:20 -0400)
It had to be commented in the original patch to make Jenkins happy.

Change-Id: Ifade5231c7b784a8732778a2fcd88668e592522b

includes/Block.php

index 2cbf2d7..c5a16fc 100644 (file)
@@ -123,7 +123,7 @@ class Block {
                                array_slice( array_keys( $defaults ), 0, func_num_args() ),
                                func_get_args()
                        );
-                       //wfDeprecated( __METHOD__ . ' with multiple arguments', '1.26' );
+                       wfDeprecated( __METHOD__ . ' with multiple arguments', '1.26' );
                }
 
                $options += $defaults;