mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/15747] Change parameter depth to boolean
PHPBB3-15747
This commit is contained in:
@@ -37,8 +37,14 @@ class local implements provider_interface
|
||||
public function get_options()
|
||||
{
|
||||
return [
|
||||
'path' => array('type' => 'text'),
|
||||
'depth' => array('type' => 'text'),
|
||||
'path' => ['type' => 'text'],
|
||||
'subfolders' => [
|
||||
'type' => 'radio',
|
||||
'options' => [
|
||||
'ENABLE' => '1',
|
||||
'DISABLE' => '0',
|
||||
],
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user