Fix: broken canvas

This commit is contained in:
Regis Houssin 2011-09-24 15:57:52 +00:00
parent aa6625c78c
commit 47b6694527

View File

@ -54,7 +54,7 @@ abstract class ActionsContactCardCommon
function __construct($DB, $dirmodule, $targetmodule, $canvas, $card) function __construct($DB, $dirmodule, $targetmodule, $canvas, $card)
{ {
$this->db = $DB; $this->db = $DB;
$this->dirmodule = $dirmodule; $this->dirmodule = $targetmodule;
$this->targetmodule = $targetmodule; $this->targetmodule = $targetmodule;
$this->canvas = $canvas; $this->canvas = $canvas;
$this->card = $card; $this->card = $card;