Fixed incorrect usage of || operator, added test
authorIan Baker <raindrift@users.mediawiki.org>
Mon, 15 Aug 2011 18:10:10 +0000 (18:10 +0000)
committerIan Baker <raindrift@users.mediawiki.org>
Mon, 15 Aug 2011 18:10:10 +0000 (18:10 +0000)
commit9cb2d4743a994012a819153021eb0b7a308b5ead
tree60a2e5740a7772f124b24f0e2911b6f31fbe5b2c
parent08334c06c8def7daddac47a7b1ef9b7a15f87d43
Fixed incorrect usage of || operator, added test
removed spurious use of empty()
listFiles() was broken, now works
followup to r92009
includes/upload/UploadFromStash.php
includes/upload/UploadStash.php
tests/phpunit/includes/upload/UploadStashTest.php