mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/11995] Fix Revert of config.remove
PHPBB3-11995
This commit is contained in:
parent
a175b091b9
commit
414a4d587e
1 changed files with 4 additions and 0 deletions
|
@ -130,6 +130,10 @@ class config implements \phpbb\db\migration\tool\tool_interface
|
||||||
|
|
||||||
case 'remove':
|
case 'remove':
|
||||||
$call = 'add';
|
$call = 'add';
|
||||||
|
if (sizeof($arguments) == 1)
|
||||||
|
{
|
||||||
|
$arguments[] = '';
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'update_if_equals':
|
case 'update_if_equals':
|
||||||
|
|
Loading…
Add table
Reference in a new issue