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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user