Skip to content

Commit

Permalink
some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidpeywasti committed Jan 9, 2015
1 parent 0085bad commit 3f1924b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dca/tl_module.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@
'eval' => array('tl_class'=>'w50'),
'sql' => "varchar(64) NOT NULL default ''"
);

$GLOBALS['TL_DCA']['tl_module']['fields']['related_show'] = array
(
'label' => &$GLOBALS['TL_LANG']['tl_module']['related_show'],
Expand Down
1 change: 0 additions & 1 deletion modules/ModuleCatalog.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ protected function parseProduct($objProduct, $blnAddCategory=false, $strClass=''
}

$objTemplate->link = $this->generateProductUrl($objProduct, $blnAddCategory);
$objTemplate->more = $this->generateLink($GLOBALS['TL_LANG']['MSC']['moredetail'], $objProduct, $blnAddCategory, true);

$arrMeta = $this->getMetaFields($objProduct);

Expand Down

0 comments on commit 3f1924b

Please sign in to comment.