1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

[ticket/12983] Correctly validate sorting options in the UCP

PHPBB3-12983
This commit is contained in:
Joas Schilling
2014-09-05 13:24:31 +02:00
parent 10c99b3c2b
commit b9cb3b9e3e
2 changed files with 22 additions and 6 deletions

View File

@@ -864,6 +864,10 @@ $lang = array_merge($lang, array(
'WRONG_DATA_COLOUR' => 'The colour value you entered is invalid.',
'WRONG_DATA_JABBER' => 'The name you entered is not a valid Jabber account name.',
'WRONG_DATA_LANG' => 'The language you specified is not valid.',
'WRONG_DATA_POST_SD' => 'The post sort direction you specified is not valid.',
'WRONG_DATA_POST_SK' => 'The post sort option you specified is not valid.',
'WRONG_DATA_TOPIC_SD' => 'The topic sort direction you specified is not valid.',
'WRONG_DATA_TOPIC_SK' => 'The topic sort option you specified is not valid.',
'WROTE' => 'wrote',
'YAHOO' => 'Yahoo Messenger',