Index: branches/wmf/1.16wmf4/includes/HttpFunctions.php |
— | — | @@ -723,7 +723,7 @@ |
724 | 724 | } |
725 | 725 | $this->curlOptions[CURLOPT_USERAGENT] = $this->reqHeaders['User-Agent']; |
726 | 726 | |
727 | | - if ( $this->sslVerifyHost ) { |
| 727 | + if ( isset( $this->sslVerifyHost ) ) { |
728 | 728 | $this->curlOptions[CURLOPT_SSL_VERIFYHOST] = $this->sslVerifyHost; |
729 | 729 | } |
730 | 730 | |
Property changes on: branches/wmf/1.16wmf4/includes/HttpFunctions.php |
___________________________________________________________________ |
Added: svn:mergeinfo |
731 | 731 | Merged /branches/wmf-deployment/includes/HttpFunctions.php:r53381,60970 |
732 | 732 | Merged /branches/REL1_15/phase3/includes/HttpFunctions.php:r51646 |
733 | 733 | Merged /branches/sqlite/includes/HttpFunctions.php:r58211-58321 |
734 | 734 | Merged /trunk/phase3/includes/HttpFunctions.php:r63549,63764,63897-63901,65529 |