diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2016-08-13 23:13:07 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2016-08-13 23:13:07 +0200 |
| commit | 4466ef1bc4b66a4396054aa5e3c4eec9c97f231b (patch) | |
| tree | dce8ad8a5dc05069ee1df7b5c08987129361d18e /phpBB/phpbb/db/migration/tool/config_text.php | |
| parent | 55f98d0941e17b473015baf07026efabaf676916 (diff) | |
| parent | 758fe20f4be7178fd4b9fd6ce48c5342cfcbce27 (diff) | |
| download | forums-4466ef1bc4b66a4396054aa5e3c4eec9c97f231b.tar forums-4466ef1bc4b66a4396054aa5e3c4eec9c97f231b.tar.gz forums-4466ef1bc4b66a4396054aa5e3c4eec9c97f231b.tar.bz2 forums-4466ef1bc4b66a4396054aa5e3c4eec9c97f231b.tar.xz forums-4466ef1bc4b66a4396054aa5e3c4eec9c97f231b.zip | |
Merge pull request #4410 from Elsensee/ticket/14742-32x
[ticket/14742-32x] Improvements to migrator
Diffstat (limited to 'phpBB/phpbb/db/migration/tool/config_text.php')
| -rw-r--r-- | phpBB/phpbb/db/migration/tool/config_text.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/phpbb/db/migration/tool/config_text.php b/phpBB/phpbb/db/migration/tool/config_text.php index bf8ac55023..21b8a8b3a0 100644 --- a/phpBB/phpbb/db/migration/tool/config_text.php +++ b/phpBB/phpbb/db/migration/tool/config_text.php @@ -115,6 +115,11 @@ class config_text implements \phpbb\db\migration\tool\tool_interface $arguments[] = ''; } break; + + case 'reverse': + // It's like double negative + $call = array_shift($arguments); + break; } if ($call) |
