]> git.pld-linux.org Git - packages/php-pear-HTTP_Upload.git/blob - php-pear-HTTP_Upload-bug-4318.patch
8a5adb3426082b4799b7d9e37b08582211cfd960
[packages/php-pear-HTTP_Upload.git] / php-pear-HTTP_Upload-bug-4318.patch
1 --- HTTP_Upload-1.0.0b1/usr/share/pear/HTTP/Upload.php~ 2010-08-19 14:04:02.000000000 +0300
2 +++ HTTP_Upload-1.0.0b1/usr/share/pear/HTTP/Upload.php  2010-08-19 14:22:57.872355680 +0300
3 @@ -981,7 +981,7 @@
4      {
5          $this->_extensionsCheck = $exts;
6          $this->_extensionsMode  = $mode;
7 -        if ($case_sensitive != null) {
8 +        if ($case_sensitive !== null) {
9              $this->_extensionsCaseSensitive  = $case_sensitive;
10          }
11      }
This page took 0.043194 seconds and 2 git commands to generate.