From: Brad Jorsch Date: Fri, 19 Jun 2015 18:16:18 +0000 (-0400) Subject: Uncomment wfDeprecated call from I6ccd4df X-Git-Tag: 1.31.0-rc.0~11035^2 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=cdf39f956a8cf77fb546ae6d947c1c8969d1c2c5;p=lhc%2Fweb%2Fwiklou.git Uncomment wfDeprecated call from I6ccd4df It had to be commented in the original patch to make Jenkins happy. Change-Id: Ifade5231c7b784a8732778a2fcd88668e592522b --- 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;