Page MenuHomePhabricator

D13460.id32574.diff
No OneTemporary

D13460.id32574.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
Thu, Mar 13, 8:01 PM (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7385330
Default Alt Text
D13460.id32574.diff (608 B)

Event Timeline