mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/15289] Fix code style
PHPBB3-15289
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user