mirror of
https://github.com/typecho/typecho.git
synced 2025-04-21 02:01:52 +02:00
Merge commit 'f3299ecb8a6d7a4283f81905c4c8b079e85339ee' into dev
This commit is contained in:
commit
be12409358
@ -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 . '}';
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user