Skip to content

Commit

Permalink
Removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hschottm committed Nov 26, 2019
1 parent ba4b57f commit ebd99af
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions classes/NewsTags.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,6 @@ class NewsTags extends \News
{
private $savedArticleId;

/**
* Convert relative URLs to absolute URLs
* @param string
* @param string
* @param boolean
* @return string
*/
/* TODO: No longer possible in Contao 3
protected function convertRelativeUrls($strContent, $strBase='', $blnHrefOnly=false)
{
$content = \Controller::convertRelativeURLs($strContent, $strBase, $blnHrefOnly);
if ($GLOBALS['tags']['showInFeeds'])
{
$tags = $this->getTagsForTableAndId('tl_news', $this->savedArticleId);
if (strlen($tags))
{
$content .= $tags;
}
}
return $content;
}
*/
/**
* Return the link of a news article
* @param object
Expand Down

0 comments on commit ebd99af

Please sign in to comment.