Page MenuHomePhabricator

D12194.id.diff
No OneTemporary

D12194.id.diff

diff --git a/src/aphront/AphrontRequest.php b/src/aphront/AphrontRequest.php
--- a/src/aphront/AphrontRequest.php
+++ b/src/aphront/AphrontRequest.php
@@ -192,11 +192,11 @@
}
final public function isAjax() {
- return $this->getExists(self::TYPE_AJAX);
+ return $this->getExists(self::TYPE_AJAX) && !$this->isQuicksand();
}
final public function isWorkflow() {
- return $this->getExists(self::TYPE_WORKFLOW);
+ return $this->getExists(self::TYPE_WORKFLOW) && !$this->isQuicksand();
}
final public function isQuicksand() {

File Metadata

Mime Type
text/plain
Expires
Sun, Jan 12, 11:58 AM (5 h, 37 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6986985
Default Alt Text
D12194.id.diff (558 B)

Event Timeline