|
@@ -21,7 +21,7 @@ discard block |
|
|
block discarded – undo |
|
21
|
21
|
|
|
22
|
22
|
$this->page = $page; |
|
23
|
23
|
|
|
24
|
|
- if (($this->getTestCoreController() === false) && ($this->getTestModuleController() === false)) { |
|
|
24
|
+ if (($this->getTestCoreController() === false) && ($this->getTestModuleController() === false)) { |
|
25
|
25
|
$this->controller = $this->part."/".$this->page.".php"; |
|
26
|
26
|
} |
|
27
|
27
|
|
|
@@ -33,7 +33,7 @@ discard block |
|
|
block discarded – undo |
|
33
|
33
|
|
|
34
|
34
|
|
|
35
|
35
|
//-------------------------- GETTER ----------------------------------------------------------------------------// |
|
36
|
|
- public function getController(){ |
|
|
36
|
+ public function getController() { |
|
37
|
37
|
return $this->controller; |
|
38
|
38
|
} |
|
39
|
39
|
|
Please login to merge, or discard this patch.