Skip to content
Snippets Groups Projects
Commit c90ac4dd authored by lobo's avatar lobo
Browse files

CRM-12394

----------------------------------------
* CRM-12394: Typo in "Name Tent" event badge class causes fatal error
  http://issues.civicrm.org/jira/browse/CRM-12394
parent d727a861
Branches
Tags
No related merge requests found
......@@ -45,7 +45,7 @@ class CRM_Event_Badge_NameTent extends CRM_Event_Badge {
$ph = 210;
$this->lMargin = 10;
$this->tMargin = 0;
$w = $pw - 2 * $this->lMarging;
$w = $pw - 2 * $this->lMargin;
$h = $ph - 2 * $this->tMargin;
$this->format = array(
'name' => 'A4 horiz', 'paper-size' => 'A4', 'metric' => 'mm', 'lMargin' => 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment