1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 23:41:29 +02:00

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

Conflicts:
	phpBB/phpbb/db/migrator.php
This commit is contained in:
Oliver Schramm
2016-08-20 22:38:45 +02:00
6 changed files with 58 additions and 62 deletions

View File

@@ -445,7 +445,7 @@ class module implements \phpbb\db\migration\tool\tool_interface
break;
case 'reverse':
// It's like double negative
// Reversing a reverse is just the call itself
$call = array_shift($arguments);
break;
}