mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 16:35:35 +02: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;
|
protected $current_task_name;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var bool
|
||||||
|
*/
|
||||||
|
protected $restart_progress_bar;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user