1
0
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:
Joas Schilling 2013-11-02 18:13:11 +01:00
parent a175b091b9
commit 414a4d587e

View File

@ -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':