Page MenuHomePhabricator

D13460.id32579.diff
No OneTemporary

D13460.id32579.diff

diff --git a/src/applications/almanac/query/AlmanacServiceQuery.php b/src/applications/almanac/query/AlmanacServiceQuery.php
--- a/src/applications/almanac/query/AlmanacServiceQuery.php
+++ b/src/applications/almanac/query/AlmanacServiceQuery.php
@@ -194,11 +194,11 @@
);
}
- protected function getValueMap($cursor, array $keys) {
+ protected function getPagingValueMap($cursor, array $keys) {
$service = $this->loadCursorObject($cursor);
return array(
'id' => $service->getID(),
- 'name' => $service->getServiceName(),
+ 'name' => $service->getName(),
);
}

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 9, 12:48 AM (3 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7385330
Default Alt Text
D13460.id32579.diff (608 B)

Event Timeline