Merge branch '3.2.x'

This commit is contained in:
Marc Alexander 2016-12-08 20:32:19 +01:00
commit 101584bc0f
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -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
*/ */