1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 15:01:33 +02:00

Merge branch 'ticket/14742' into ticket/14742-32x

This commit is contained in:
Oliver Schramm
2016-08-11 01:20:59 +02:00
8 changed files with 133 additions and 18 deletions

View File

@@ -443,6 +443,11 @@ class module implements \phpbb\db\migration\tool\tool_interface
case 'remove':
$call = 'add';
break;
case 'reverse':
// It's like double negative
$call = array_shift($arguments);
break;
}
if ($call)