X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FBlock.php;h=8673a3d81858397a45c70ab9e598681a8cbf20ef;hb=2a4dfa169bd42eb7c68761155d44c450bcdc1423;hp=34b89e73a30f4396592001cfc271dc8a6f476ea7;hpb=1d2e5ef9b610492dbc6e63d3b1004db01c9ee572;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Block.php b/includes/Block.php index 34b89e73a3..8673a3d818 100644 --- a/includes/Block.php +++ b/includes/Block.php @@ -63,8 +63,8 @@ class Block { */ function __construct( $address = '', $user = 0, $by = 0, $reason = '', $timestamp = 0, $auto = 0, $expiry = '', $anonOnly = 0, $createAccount = 0, $enableAutoblock = 0, - $hideName = 0, $blockEmail = 0, $allowUsertalk = 0, $byText = '' ) - { + $hideName = 0, $blockEmail = 0, $allowUsertalk = 0, $byText = '' + ) { if ( $timestamp === 0 ) { $timestamp = wfTimestampNow(); } @@ -1083,7 +1083,6 @@ class Block { return null; } - /** * Get all blocks that match any IP from an array of IP addresses *