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

[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':
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;
}