Page MenuHomePhorge

D25229.1739671371.diff
No OneTemporary

D25229.1739671371.diff

diff --git a/src/applications/auth/storage/PhabricatorAuthChallenge.php b/src/applications/auth/storage/PhabricatorAuthChallenge.php
--- a/src/applications/auth/storage/PhabricatorAuthChallenge.php
+++ b/src/applications/auth/storage/PhabricatorAuthChallenge.php
@@ -56,7 +56,7 @@
AphrontRequest $request) {
assert_instances_of($challenges, __CLASS__);
- $token_list = $request->getStr(self::HTTPKEY);
+ $token_list = $request->getStr(self::HTTPKEY, '');
$token_list = explode(' ', $token_list);
$token_map = array();

File Metadata

Mime Type
text/plain
Expires
Sun, Feb 16, 02:02 (5 d, 17 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1147146
Default Alt Text
D25229.1739671371.diff (549 B)

Event Timeline