mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge branch 'ticket/bantu/9348' into develop-olympus
* ticket/bantu/9348: [ticket/9348] Call phpbb_set_encoding() on config value 'default_dateformat'.
This commit is contained in:
commit
54ef781d72
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ $config_schema = array(
|
||||||
'avatar_filesize' => 'avatar_filesize',
|
'avatar_filesize' => 'avatar_filesize',
|
||||||
'avatar_max_width' => 'avatar_max_width',
|
'avatar_max_width' => 'avatar_max_width',
|
||||||
'avatar_max_height' => 'avatar_max_height',
|
'avatar_max_height' => 'avatar_max_height',
|
||||||
'default_dateformat' => 'default_dateformat',
|
'default_dateformat' => 'phpbb_set_encoding(default_dateformat)',
|
||||||
'board_timezone' => 'board_timezone',
|
'board_timezone' => 'board_timezone',
|
||||||
'allow_privmsg' => 'not(privmsg_disable)',
|
'allow_privmsg' => 'not(privmsg_disable)',
|
||||||
'gzip_compress' => 'gzip_compress',
|
'gzip_compress' => 'gzip_compress',
|
||||||
|
|
Loading…
Add table
Reference in a new issue