mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/15289] Fix code style
PHPBB3-15289
This commit is contained in:
parent
c5f3dec2f2
commit
e27e51bdbf
1 changed files with 5 additions and 5 deletions
|
@ -236,7 +236,7 @@ class acp_storage
|
|||
case 'select':
|
||||
if (!in_array($value, array_values($def_v['options'])))
|
||||
{
|
||||
$messages[] = $this->lang->lang('STORAGE_FORM_SELECT_NOT_AVAILABLE');
|
||||
$messages[] = $this->lang->lang('STORAGE_FORM_TYPE_SELECT_NOT_AVAILABLE');
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue