summaryrefslogtreecommitdiffstats
path: root/controller/admincontroller.php
diff options
context:
space:
mode:
Diffstat (limited to 'controller/admincontroller.php')
-rw-r--r--controller/admincontroller.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/controller/admincontroller.php b/controller/admincontroller.php
index 5adaef500..15b94fe2d 100644
--- a/controller/admincontroller.php
+++ b/controller/admincontroller.php
@@ -24,11 +24,11 @@ class AdminController extends Controller {
private $config;
private $configPath;
- public function __construct($appName, IRequest $request, Config $config,
- $configPath){
- parent::__construct($appName, $request);
+ public function __construct($AppName, IRequest $request, Config $config,
+ $ConfigPath){
+ parent::__construct($AppName, $request);
$this->config = $config;
- $this->configPath = $configPath;
+ $this->configPath = $ConfigPath;
}
// There are no checks for the index method since the output is rendered