Fix: bad name

This commit is contained in:
Regis Houssin 2011-09-24 16:06:07 +00:00
parent b46c5330bb
commit d8c48e4708

View File

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