Fix typo in UploadFromUrlJob::initializeSessionData()
authorKevin Israel <pleasestand@live.com>
Wed, 26 Aug 2015 04:38:54 +0000 (00:38 -0400)
committerKevin Israel <pleasestand@live.com>
Wed, 26 Aug 2015 04:49:30 +0000 (00:49 -0400)
commit2b66dc047f57f184cd1486680f82ce92c759c527
tree0c91e5cea26f3ad4e753fcc7929b223f21f9c25a
parentec6ec2d67dca5428b61137a640d760c7834b43ed
Fix typo in UploadFromUrlJob::initializeSessionData()

Behavior would change under PHP7, though neither the current behavior
nor the new behavior seem correct. Did not test, as the feature has
been broken anyway since r81612 / e942dc69fcc6.

https://github.com/facebook/hhvm/issues/5523#issuecomment-133132721

Change-Id: Iac1177fee05b6c721abe54b6a96c1652445a5c90
includes/jobqueue/jobs/UploadFromUrlJob.php