mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge pull request #4566 from CHItA/ticket/14897
[ticket/14897] Add $restart_progress_bar to iohandler base
This commit is contained in:
commit
69a5ed78cf
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue