Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPhie <phie@phie.ovh>2019-11-25 01:15:26 +0300
committerPhie <phie@phie.ovh>2019-11-25 01:15:26 +0300
commit496820f2b47c7c6f23a77833b2988db4a5c16247 (patch)
tree2189dcffa3c0fb11db98e87b62b181690455e684 /lib
parent38673dbf6297ab6d41fb7f2fbc3694a9b258e812 (diff)
is already defined in parent
Diffstat (limited to 'lib')
-rwxr-xr-xlib/Controller/PageController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Controller/PageController.php b/lib/Controller/PageController.php
index d802981..69ce4d4 100755
--- a/lib/Controller/PageController.php
+++ b/lib/Controller/PageController.php
@@ -15,7 +15,6 @@ class PageController extends Controller {
parent::__construct($AppName, $request);
$this->userId = $UserId;
$this->config = $Config;
- $this->$appName = $AppName;
}
/**