warning fix
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Wed, 10 Jun 2015 06:45:55 +0000 (12:15 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Wed, 10 Jun 2015 06:45:55 +0000 (12:15 +0530)
CRM/Core/OptionGroup.php

index 381b969b3df9d9308345e21f94cdc597c2d7809e..6904ab7788dffc4420a65964555741dbb3704829 100644 (file)
@@ -631,7 +631,7 @@ WHERE  v.option_group_id = g.id
                  'description',
                ) as $fld) {
         $row[$fld] = $dao->$fld;
-      if ($localize && in_array($fld, array('label', 'description'))) {
+        if ($localize && in_array($fld, array('label', 'description'))) {
           $row[$fld] = ts($row[$fld]);
         }
       }