clusters: fix query name
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/672/head
parent
d4fcf94047
commit
1d1ba59ae2
|
@ -67,7 +67,7 @@ class AlbumsBackend extends Backend
|
||||||
|
|
||||||
public function transformDayQuery(&$query, bool $aggregate): void
|
public function transformDayQuery(&$query, bool $aggregate): void
|
||||||
{
|
{
|
||||||
$albumId = (string) $this->request->getParam('albums');
|
$albumId = (string) $this->request->getParam(self::clusterType());
|
||||||
|
|
||||||
// Get album object
|
// Get album object
|
||||||
$album = $this->albumsQuery->getIfAllowed($this->getUID(), $albumId);
|
$album = $this->albumsQuery->getIfAllowed($this->getUID(), $albumId);
|
||||||
|
|
Loading…
Reference in New Issue