Fix: missing parameters
This commit is contained in:
parent
e4e098b26e
commit
9376865994
@ -106,7 +106,7 @@ class Canvas
|
|||||||
|
|
||||||
// Instantiate actions class (controller)
|
// Instantiate actions class (controller)
|
||||||
$controlclassname = 'Actions'.ucfirst($this->card).ucfirst($this->canvas);
|
$controlclassname = 'Actions'.ucfirst($this->card).ucfirst($this->canvas);
|
||||||
$this->control = new $controlclassname($this->db);
|
$this->control = new $controlclassname($this->db,$this->targetmodule,$this->canvas,$this->card);
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO Dao should be declared and used by controller or templates when required only
|
// TODO Dao should be declared and used by controller or templates when required only
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user