@@ -54,6 +54,9 @@  | 
                                                    ||
| 54 | 54 | */  | 
                                                        
| 55 | 55 | private $l10n;  | 
                                                        
| 56 | 56 | |
| 57 | + /**  | 
                                                        |
| 58 | + * @param integer $id  | 
                                                        |
| 59 | + */  | 
                                                        |
| 57 | 60 |  	public function __construct(IL10N $l10n, $view, $path, $id = null) { | 
                                                        
| 58 | 61 | $this->l10n = $l10n;  | 
                                                        
| 59 | 62 | |
@@ -17,7 +17,6 @@  | 
                                                    ||
| 17 | 17 | use OCP\IL10N;  | 
                                                        
| 18 | 18 | use OCP\ILogger;  | 
                                                        
| 19 | 19 | use OCP\Files\ForbiddenException;  | 
                                                        
| 20 | -use Icewind\Streams\CallbackWrapper;  | 
                                                        |
| 21 | 20 | |
| 22 | 21 | |
| 23 | 22 |  class AvirWrapper extends Wrapper{ |