Fix deprecated variable reference

Signed-off-by: Martin Vuille <jpmv27@yahoo.com>
This commit is contained in:
Martin Vuille 2024-03-03 14:47:56 -05:00 committed by Benjamin Brahmer
parent 11a9b16b0a
commit 847556cda2
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class ExportController extends Controller
return new DataDownloadResponse(
$this->opmlService->export($this->getUserId()),
"subscriptions-${date}.opml",
"subscriptions-{$date}.opml",
'text/xml'
);
}