mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
[ticket/11995] Fix Revert of config.remove
PHPBB3-11995
This commit is contained in:
parent
a175b091b9
commit
414a4d587e
@ -130,6 +130,10 @@ class config implements \phpbb\db\migration\tool\tool_interface
|
||||
|
||||
case 'remove':
|
||||
$call = 'add';
|
||||
if (sizeof($arguments) == 1)
|
||||
{
|
||||
$arguments[] = '';
|
||||
}
|
||||
break;
|
||||
|
||||
case 'update_if_equals':
|
||||
|
Loading…
x
Reference in New Issue
Block a user