From cdf39f956a8cf77fb546ae6d947c1c8969d1c2c5 Mon Sep 17 00:00:00 2001 From: Brad Jorsch Date: Fri, 19 Jun 2015 14:16:18 -0400 Subject: [PATCH] Uncomment wfDeprecated call from I6ccd4df It had to be commented in the original patch to make Jenkins happy. Change-Id: Ifade5231c7b784a8732778a2fcd88668e592522b --- includes/Block.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Block.php b/includes/Block.php index 2cbf2d70e7..c5a16fcea6 100644 --- a/includes/Block.php +++ b/includes/Block.php @@ -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; -- 2.20.1