1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 06:51:33 +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

@@ -152,7 +152,7 @@ class config 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;
}

View File

@@ -117,7 +117,7 @@ class config_text 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;
}

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;
}

View File

@@ -639,7 +639,7 @@ class permission 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;
}