mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/15699] Add progress bar and use template macros
PHPBB3-15699
This commit is contained in:
@@ -163,6 +163,7 @@ class state_helper
|
||||
|
||||
foreach (array_keys($options) as $definition)
|
||||
{
|
||||
/** @psalm-suppress InvalidArrayOffset */
|
||||
$state['storages'][$storage_name]['config'][$definition] = $request->variable([$storage_name, $definition], '');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user