diff options
Diffstat (limited to 'apps/files/lib')
-rw-r--r-- | apps/files/lib/app.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/lib/app.php b/apps/files/lib/app.php index 7cd6143e6c1..c2a4b9c2675 100644 --- a/apps/files/lib/app.php +++ b/apps/files/lib/app.php @@ -26,6 +26,7 @@ namespace OCA\Files; class App { private $l10n; + private $view; public function __construct($view, $l10n) { $this->view = $view; |