Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15413250
D21609.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
516 B
Referenced Files
None
Subscribers
None
D21609.diff
View Options
diff --git a/src/applications/notification/query/PhabricatorNotificationQuery.php b/src/applications/notification/query/PhabricatorNotificationQuery.php
--- a/src/applications/notification/query/PhabricatorNotificationQuery.php
+++ b/src/applications/notification/query/PhabricatorNotificationQuery.php
@@ -181,7 +181,7 @@
protected function newPagingMapFromPartialObject($object) {
return array(
- 'key' => $object->getChronologicalKey(),
+ 'key' => $object['chronologicalKey'],
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 20, 5:38 PM (4 h, 2 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7228325
Default Alt Text
D21609.diff (516 B)
Attached To
Mode
D21609: Fix a followup notification paging error with partial objects
Attached
Detach File
Event Timeline
Log In to Comment