aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/module_base.php
diff options
context:
space:
mode:
authorMate Bartus <mate.bartus@gmail.com>2016-02-12 23:30:32 +0100
committerMate Bartus <mate.bartus@gmail.com>2016-02-12 23:30:32 +0100
commit2efceffaebd96fd6d092c4be8c854a7bcf032592 (patch)
treef52836125199b62fb8430788b0deca3fc56567ef /phpBB/phpbb/install/module_base.php
parent97d128a7e4702b5a28b223b177a0e182e3b79080 (diff)
downloadforums-2efceffaebd96fd6d092c4be8c854a7bcf032592.tar
forums-2efceffaebd96fd6d092c4be8c854a7bcf032592.tar.gz
forums-2efceffaebd96fd6d092c4be8c854a7bcf032592.tar.bz2
forums-2efceffaebd96fd6d092c4be8c854a7bcf032592.tar.xz
forums-2efceffaebd96fd6d092c4be8c854a7bcf032592.zip
[ticket/14462] Fix comments
PHPBB3-14462
Diffstat (limited to 'phpBB/phpbb/install/module_base.php')
-rw-r--r--phpBB/phpbb/install/module_base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/install/module_base.php b/phpBB/phpbb/install/module_base.php
index f75e8cda02..527447b4a1 100644
--- a/phpBB/phpbb/install/module_base.php
+++ b/phpBB/phpbb/install/module_base.php
@@ -171,7 +171,7 @@ abstract class module_base implements module_interface
$this->iohandler->send_response();
- // 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)
{
throw new resource_limit_reached_exception();