Skip to content

Commit

Permalink
#882 Artikel-Slider verlinkt fehlerhaft
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod committed Oct 31, 2014
1 parent 836cbfc commit 2780f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articleslider_portal.class.php
Expand Up @@ -263,7 +263,7 @@ public function output() {
$strOut = '<div class="callbacks_container"><ul class="rslides" id="slider4">';

foreach($arrSortedArticles as $intArticleID){
$strOut .= '<li><a href="'.$this->server_path.$this->pdh->get('articles', 'path', array($intArticleID)).'">';
$strOut .= '<li><a href="'.$this->controller_path.$this->pdh->get('articles', 'path', array($intArticleID)).'">';

$strPreviewImage = $this->pdh->get('articles', 'previewimage', array($intArticleID));
if (strlen($strPreviewImage)){
Expand Down

0 comments on commit 2780f90

Please sign in to comment.