1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-23 17:10:53 +01:00

[ticket/14897] Add $restart_progress_bar to iohandler base

PHPBB3-14897
This commit is contained in:
Máté Bartus 2016-12-07 21:01:47 +01:00
parent 129bfd5e62
commit f2fde5e7a3

View File

@ -70,6 +70,11 @@ abstract class iohandler_base implements iohandler_interface
*/
protected $current_task_name;
/**
* @var bool
*/
protected $restart_progress_bar;
/**
* Constructor
*/