Skip to content

Commit

Permalink
Version 1.4.3:
Browse files Browse the repository at this point in the history
* Tiny bugfix.
  • Loading branch information
Ilyas Ronef committed Feb 20, 2014
1 parent a96812a commit 51f48ad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ddTypograph.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* ddTypograph.php
* @version 1.4.2 (2013-04-05)
* @version 1.4.3 (2013-05-28)
*
* @desc Snippet for text typography.
*
Expand All @@ -11,7 +11,7 @@
* @param $disableTof {comma separated string} - Tofs to disable. Default: ''.
* @param $disableBaseParam {separated string} - Base-params of tofs to disable. Format: 'tof1::param1,param2||tof2::param1||etc'. Default: 'etc::paragraphs,auto_links,email,optical_alignment||quote::optical_alignment'.
*
* @link http://code.divandesign.biz/modx/ddtypograph/1.4.2
* @link http://code.divandesign.biz/modx/ddtypograph/1.4.3
*
* @copyright 2013, DivanDesign
* http://www.DivanDesign.biz
Expand Down Expand Up @@ -39,7 +39,6 @@

foreach ($mas as $val){
$val = explode('::', $val);
$disableBaseParam[$val[0]] = explode(',', $val[1]);
$jareTypo->getTof($val[0])->disableBaseParam(explode(',', $val[1]));
}

Expand Down

0 comments on commit 51f48ad

Please sign in to comment.