We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e672e2 commit b77b4f7Copy full SHA for b77b4f7
src/applications/base/controller/PhabricatorController.php
@@ -48,7 +48,7 @@ final public function willBeginExecution() {
48
$phusr = $request->getCookie('phusr');
49
$phsid = $request->getCookie('phsid');
50
51
- if ($phusr && $phsid) {
+ if (strlen($phusr) && $phsid) {
52
$info = queryfx_one(
53
$user->establishConnection('r'),
54
'SELECT u.* FROM %T u JOIN %T s ON u.phid = s.userPHID
0 commit comments