mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/15289] Update acp to be able to save data in the database
PHPBB3-15289
This commit is contained in:
@@ -32,9 +32,9 @@ class form extends \Twig_Extension
|
||||
];
|
||||
}
|
||||
|
||||
public static function generate_input($options)
|
||||
public static function generate_input($options, $value = '')
|
||||
{
|
||||
$input = '<input ';
|
||||
$input = '<input value="' . $value . '"';
|
||||
|
||||
switch ($options['type'])
|
||||
{
|
||||
|
Reference in New Issue
Block a user