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:
parent
129bfd5e62
commit
f2fde5e7a3
@ -70,6 +70,11 @@ abstract class iohandler_base implements iohandler_interface
|
||||
*/
|
||||
protected $current_task_name;
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
protected $restart_progress_bar;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user