Fix broken link when paging by category or tags (#1673)
This commit is contained in:
@@ -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 . '}';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user