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(), ); }