Page MenuHomePhorge

D25130.1739719532.diff
No OneTemporary

D25130.1739719532.diff

diff --git a/src/aphront/AphrontRequest.php b/src/aphront/AphrontRequest.php
--- a/src/aphront/AphrontRequest.php
+++ b/src/aphront/AphrontRequest.php
@@ -448,7 +448,7 @@
}
private function getPrefixedCookieName($name) {
- if (strlen($this->cookiePrefix)) {
+ if (phutil_nonempty_string($this->cookiePrefix)) {
return $this->cookiePrefix.'_'.$name;
} else {
return $name;

File Metadata

Mime Type
text/plain
Expires
Sun, Feb 16, 15:25 (5 d, 22 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1135594
Default Alt Text
D25130.1739719532.diff (406 B)

Event Timeline