Browse Source

[files] add private declaration of $view

tags/v6.0.0alpha2
Morris Jobke 11 years ago
parent
commit
0d8fa2eb98
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      apps/files/lib/app.php

+ 1
- 0
apps/files/lib/app.php View File

@@ -26,6 +26,7 @@ namespace OCA\Files;

class App {
private $l10n;
private $view;

public function __construct($view, $l10n) {
$this->view = $view;

Loading…
Cancel
Save