mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 22:41:28 +02:00
[ticket/14742] Fix comments in migrator
PHPBB3-14742
This commit is contained in:
@@ -530,7 +530,8 @@ class migrator
|
||||
// Set state to false since we reached the point we were at
|
||||
$state = false;
|
||||
|
||||
// There is a tendency to get stuck in some cases
|
||||
// If the last result is null or true, this means
|
||||
// the last method call was finished and we can move on
|
||||
if ($last_result === null || $last_result === true)
|
||||
{
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user