From 724077658d44769004a74feb14215bdda276f5bf Mon Sep 17 00:00:00 2001 From: Tom Udding Date: Sun, 21 Jul 2024 11:34:35 +0200 Subject: [PATCH] fix: photo details route not setting language to null --- module/Photo/view/photo/album/index.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/Photo/view/photo/album/index.phtml b/module/Photo/view/photo/album/index.phtml index cbd6bc696b..ba4dc3d18a 100644 --- a/module/Photo/view/photo/album/index.phtml +++ b/module/Photo/view/photo/album/index.phtml @@ -270,7 +270,7 @@ $this->scriptUrl()->requireUrl('member/search') ) ?>" data-profile-photo-url="url('photo/set_profile_photo', ['photo_id' => $item->getId()]) ?>" - data-details-url="url('api_photo/details', ['photo_id' => $item->getId()]) ?>" + data-details-url="url('api_photo/details', ['photo_id' => $item->getId(), 'language' => null]) ?>" data-vote-url="url('photo/photo/vote', ['photo_id' => $item->getId()]) ?>" data-weekly-date="getWeek()->format('c') ?>"