diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2016-08-21 09:44:37 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2016-08-21 09:44:37 +0200 |
| commit | 76748183bb46d111d7cc36f683385ecae70721e7 (patch) | |
| tree | b8aade382cdf3718ecff6450089d8f2e9fdc3d9e /phpBB/phpbb/db/migration/tool/module.php | |
| parent | 723d9d8e4c9f397eab7af77e6e6bd851354a9dcd (diff) | |
| parent | a37f10ae0951f16b115f4a175cc546a515cf7937 (diff) | |
| download | forums-76748183bb46d111d7cc36f683385ecae70721e7.tar forums-76748183bb46d111d7cc36f683385ecae70721e7.tar.gz forums-76748183bb46d111d7cc36f683385ecae70721e7.tar.bz2 forums-76748183bb46d111d7cc36f683385ecae70721e7.tar.xz forums-76748183bb46d111d7cc36f683385ecae70721e7.zip | |
Merge pull request #4420 from Elsensee/ticket/14742-32x
[ticket/14742-32x] Further improvements to migrator
Diffstat (limited to 'phpBB/phpbb/db/migration/tool/module.php')
| -rw-r--r-- | phpBB/phpbb/db/migration/tool/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/db/migration/tool/module.php b/phpBB/phpbb/db/migration/tool/module.php index bf992a6ff1..90ed63e2e6 100644 --- a/phpBB/phpbb/db/migration/tool/module.php +++ b/phpBB/phpbb/db/migration/tool/module.php @@ -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; } |
