1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-03 15:27:42 +02:00

Merge pull request #4566 from CHItA/ticket/14897

[ticket/14897] Add $restart_progress_bar to iohandler base
This commit is contained in:
Marc Alexander
2016-12-08 20:32:15 +01:00

View File

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