Fix: bad name

This commit is contained in:
Regis Houssin 2011-09-24 16:06:07 +00:00
parent 7f69441bb6
commit 22c32e04aa

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;