[ticket/15289] Fix code style

PHPBB3-15289
This commit is contained in:
Rubén Calvo 2017-08-05 21:13:21 +02:00
parent c5f3dec2f2
commit e27e51bdbf

View file

@ -236,7 +236,7 @@ class acp_storage
case 'select': case 'select':
if (!in_array($value, array_values($def_v['options']))) 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; break;
} }