Fix broken link when paging by category or tags (#1673)

This commit is contained in:
LibXZR
2024-01-01 18:34:20 +08:00
committed by GitHub
parent b88a733dc0
commit f3299ecb8a

View File

@@ -57,7 +57,7 @@ class Metas extends Base implements QueryInterface, RowFilterInterface, PrimaryK
case 'directory':
return implode('/', array_map('urlencode', $this->directory));
default:
return '';
return '{' . $key . '}';
}
}