trying to fix
This commit is contained in:
parent
3017c5454b
commit
530ac51782
@ -70,7 +70,7 @@ class MVCController{
|
||||
if(file_exists($this->testaction)){
|
||||
//execute testaction
|
||||
//require_once($this->testaction);
|
||||
$testactionClassname = "\model\testactions\\". "TA_".$_POST['testaction'];
|
||||
$testactionClassname = '\model\testactions\\'. "TA_".$_POST['testaction'];
|
||||
$testactionInstance = new $testactionClassname();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user