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:
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user