[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
*/