1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-23 14:44:29 +02:00

Fix for News SEF Url 'list/all'

This commit is contained in:
Cameron
2013-12-20 10:07:58 -08:00
parent 3030ca3570
commit 34bbd17277
3 changed files with 12 additions and 1 deletions

View File

@@ -2476,6 +2476,7 @@ class eUrlRule
$suffix = $this->urlSuffix === null ? $manager->urlSuffix : $this->urlSuffix;
// XXX TODO Find better place for this check which will affect all types of SEF URL configurations. (@see news/sef_noid_url.php for duplicate)
$urlFormat = e107::getConfig()->get('url_sef_translate');
if($urlFormat == 'dashl' || $urlFormat == 'underscorel' || $urlFormat == 'plusl') // convert template to lowercase when using lowercase SEF URL format.