X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FInit.php;h=dd5e2d7a852571d53a73219f92e7c3e5e30dd507;hb=8574e44352e093a248612057f15ca4eef12ab77e;hp=64431f09a8931301a846b9a00556a13d4164533a;hpb=f10c9815e69b59844c178d218640bd1ac0435896;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Init.php b/includes/Init.php index 64431f09a8..dd5e2d7a85 100644 --- a/includes/Init.php +++ b/includes/Init.php @@ -48,7 +48,7 @@ class MWInit { * @return bool */ static function isHipHop() { - return defined( 'HPHP_VERSION' ); + return wfIsHHVM(); } /**