mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/14462] Fix comments
PHPBB3-14462
This commit is contained in:
@@ -329,7 +329,7 @@ class add_config_settings extends \phpbb\install\task_base
|
||||
|
||||
$i++;
|
||||
|
||||
// Run until there are available resources
|
||||
// Stop execution if resource limit is reached
|
||||
if ($this->install_config->get_time_remaining() <= 0 || $this->install_config->get_memory_remaining() <= 0)
|
||||
{
|
||||
break;
|
||||
|
@@ -112,7 +112,7 @@ class add_default_data extends \phpbb\install\task_base
|
||||
|
||||
$i++;
|
||||
|
||||
// Run until there are available resources
|
||||
// Stop execution if resource limit is reached
|
||||
if ($this->config->get_time_remaining() <= 0 || $this->config->get_memory_remaining() <= 0)
|
||||
{
|
||||
break;
|
||||
|
@@ -114,7 +114,7 @@ class add_tables extends \phpbb\install\task_base
|
||||
$table_data
|
||||
);
|
||||
|
||||
// Run until there are available resources
|
||||
// Stop execution if resource limit is reached
|
||||
if ($this->config->get_time_remaining() <= 0 || $this->config->get_memory_remaining() <= 0)
|
||||
{
|
||||
break;
|
||||
|
Reference in New Issue
Block a user