X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiResult.php;h=6734740f77a3fbf048ceccb65d79a154bf91c8fb;hb=872dc01de3bfae0db3f952b75b95d98beb47449e;hp=e27cf7dd64fcf3400c4c05be5a4581f727e3e4ad;hpb=6f1211e1d71aa810390e10ba0b8206c84836ef95;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiResult.php b/includes/api/ApiResult.php index e27cf7dd64..6734740f77 100644 --- a/includes/api/ApiResult.php +++ b/includes/api/ApiResult.php @@ -364,7 +364,7 @@ class ApiResult implements ApiSerializable { } } if ( is_array( $value ) ) { - // Work around PHP bug 45959 by copying to a temporary + // Work around https://bugs.php.net/bug.php?id=45959 by copying to a temporary // (in this case, foreach gets $k === "1" but $tmp[$k] assigns as if $k === 1) $tmp = []; foreach ( $value as $k => $v ) {