diff options
author | Máté Bartus <mate.bartus@gmail.com> | 2016-12-07 21:01:47 +0100 |
---|---|---|
committer | Máté Bartus <mate.bartus@gmail.com> | 2016-12-07 21:01:47 +0100 |
commit | f2fde5e7a32943017f7f22b070c974f161d14d64 (patch) | |
tree | fe856d1884c0e8e8a01c401fc7989ef6d74083e8 /phpBB/phpbb/install/helper/iohandler | |
parent | 129bfd5e62ed56edc9641795ca5d28059d181d88 (diff) | |
download | forums-f2fde5e7a32943017f7f22b070c974f161d14d64.tar forums-f2fde5e7a32943017f7f22b070c974f161d14d64.tar.gz forums-f2fde5e7a32943017f7f22b070c974f161d14d64.tar.bz2 forums-f2fde5e7a32943017f7f22b070c974f161d14d64.tar.xz forums-f2fde5e7a32943017f7f22b070c974f161d14d64.zip |
[ticket/14897] Add $restart_progress_bar to iohandler base
PHPBB3-14897
Diffstat (limited to 'phpBB/phpbb/install/helper/iohandler')
-rw-r--r-- | phpBB/phpbb/install/helper/iohandler/iohandler_base.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/phpbb/install/helper/iohandler/iohandler_base.php b/phpBB/phpbb/install/helper/iohandler/iohandler_base.php index fed4bc101f..1797a6c9ad 100644 --- a/phpBB/phpbb/install/helper/iohandler/iohandler_base.php +++ b/phpBB/phpbb/install/helper/iohandler/iohandler_base.php @@ -71,6 +71,11 @@ abstract class iohandler_base implements iohandler_interface protected $current_task_name; /** + * @var bool + */ + protected $restart_progress_bar; + + /** * Constructor */ public function __construct() |