Skip to content

Commit 2fe5ee6

Browse files
committed
Set relative path for feed template
1 parent 6d7cbf9 commit 2fe5ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controller/feed/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function index() {
3131

3232
if ($rss) {
3333
$rss = Str::sanitizeFilename($rss);
34-
$xml = "/feed/{$rss}.xml";
34+
$xml = "feed/{$rss}.xml";
3535
$theme = $this->view->getTheme();
3636

3737
foreach ([$theme, 'default'] as $t) {

0 commit comments

Comments
 (0)