Skip to content

Commit

Permalink
bug-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrison94 authored Oct 10, 2017
1 parent 74bea0d commit f5fe50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/yrewrite_scheme_urlscheme.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function appendCategory($path, rex_category $cat, rex_yrewrite_domain $do
}
public function appendArticle($path, rex_article $art, rex_yrewrite_domain $domain)
{
$suffix_content = rex_config::get('yrewrite_scheme', 'suffix');
$path_suffix = rex_config::get('yrewrite_scheme', 'suffix');
return $path . '/' . $this->normalize($art->getName(), $art->getClang()) . $path_suffix;
}
}

0 comments on commit f5fe50c

Please sign in to comment.