From: Dayllan Maza Date: Wed, 7 Aug 2019 21:24:09 +0000 (-0400) Subject: Remove commented lines X-Git-Tag: 1.34.0-rc.0~744^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=55bc75203a2d0aa93b40166e3911f3211acd3c7f;p=lhc%2Fweb%2Fwiklou.git Remove commented lines Change-Id: I99ae7daaea1397195f14bc7035fd9d886f0e35ff --- diff --git a/includes/specials/SpecialBlock.php b/includes/specials/SpecialBlock.php index f65345463d..59d2806b0a 100644 --- a/includes/specials/SpecialBlock.php +++ b/includes/specials/SpecialBlock.php @@ -761,9 +761,6 @@ class SpecialBlock extends FormSpecialPage { isset( $data['EditingRestriction'] ) && $data['EditingRestriction'] === 'partial'; - // Handled by field validator callback - // self::validateTargetField( $data['Target'] ); - # This might have been a hidden field or a checkbox, so interesting data # can come from it $data['Confirm'] = !in_array( $data['Confirm'], [ '', '0', null, false ], true );