]> git.pld-linux.org Git - packages/php-pear-HTTP_Upload.git/blame - php-pear-HTTP_Upload-bug-4318.patch
- tests are no longer installed - don't try to remove them
[packages/php-pear-HTTP_Upload.git] / php-pear-HTTP_Upload-bug-4318.patch
CommitLineData
a1b69b5e
ER
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 @@
d56f39ce 4 {
a96e0da8
ER
5 $this->_extensionsCheck = $exts;
6 $this->_extensionsMode = $mode;
a1b69b5e
ER
7- if ($case_sensitive != null) {
8+ if ($case_sensitive !== null) {
9 $this->_extensionsCaseSensitive = $case_sensitive;
8c6f577e 10 }
8c6f577e 11 }
This page took 0.058377 seconds and 4 git commands to generate.