Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15409879
D12403.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
550 B
Referenced Files
None
Subscribers
None
D12403.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 20, 5:45 AM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7710439
Default Alt Text
D12403.diff (550 B)
Attached To
Mode
D12403: Fix a fatal on the application list
Attached
Detach File
Event Timeline
Log In to Comment