CRM-12394
authorDonald A. Lobo <lobo@civicrm.org>
Sun, 21 Apr 2013 16:46:28 +0000 (09:46 -0700)
committerDonald A. Lobo <lobo@civicrm.org>
Sun, 21 Apr 2013 16:46:28 +0000 (09:46 -0700)
----------------------------------------
* CRM-12394: Typo in "Name Tent" event badge class causes fatal error
  http://issues.civicrm.org/jira/browse/CRM-12394

CRM/Event/Badge/NameTent.php

index fa65f8b0ef1141ef4f4d085e2e8d09518f3864f5..3f82b3c24e80e349d9883c24b30efa25cf859ffc 100644 (file)
@@ -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,