aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/tool/module.php
diff options
context:
space:
mode:
authorOliver Schramm <oliver.schramm97@gmail.com>2016-08-20 03:35:38 +0200
committerOliver Schramm <oliver.schramm97@gmail.com>2016-08-20 03:35:38 +0200
commite050cf5c1163dc18e948ac0706b86743243d72f5 (patch)
tree3c7c6f3a69ccd48dd158e9ddd1eef6435b19cc14 /phpBB/phpbb/db/migration/tool/module.php
parent488fd8f54c1ef7f1703942477d014ac071e5cc56 (diff)
downloadforums-e050cf5c1163dc18e948ac0706b86743243d72f5.tar
forums-e050cf5c1163dc18e948ac0706b86743243d72f5.tar.gz
forums-e050cf5c1163dc18e948ac0706b86743243d72f5.tar.bz2
forums-e050cf5c1163dc18e948ac0706b86743243d72f5.tar.xz
forums-e050cf5c1163dc18e948ac0706b86743243d72f5.zip
[ticket/14742] Fix comments in migrator
PHPBB3-14742
Diffstat (limited to 'phpBB/phpbb/db/migration/tool/module.php')
-rw-r--r--phpBB/phpbb/db/migration/tool/module.php2
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 a6baf40dc1..59719db9a4 100644
--- a/phpBB/phpbb/db/migration/tool/module.php
+++ b/phpBB/phpbb/db/migration/tool/module.php
@@ -456,7 +456,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;
}