Page MenuHomePhabricator

D12403.diff
No OneTemporary

D12403.diff

diff --git a/src/applications/meta/query/PhabricatorApplicationQuery.php b/src/applications/meta/query/PhabricatorApplicationQuery.php
--- a/src/applications/meta/query/PhabricatorApplicationQuery.php
+++ b/src/applications/meta/query/PhabricatorApplicationQuery.php
@@ -170,4 +170,10 @@
return null;
}
+ protected function getResultCursor($object) {
+ // TODO: This won't work, but doesn't matter until we write more than 100
+ // applications. Since we only have about 70, just avoid fataling for now.
+ return null;
+ }
+
}

File Metadata

Mime Type
text/plain
Expires
Thu, May 9, 9:14 PM (3 w, 12 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6277685
Default Alt Text
D12403.diff (550 B)

Event Timeline