1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 14:13:03 +02:00

Close #75: Automated SEF string creation type not functioning on

Gallery category URLs
This commit is contained in:
SecretR
2013-01-16 12:51:03 +02:00
parent a157c0f3f9
commit fbc8386193
2 changed files with 5 additions and 2 deletions

View File

@@ -4225,7 +4225,7 @@ class eHelper
if(null === $type)
{
$type = e107::getPref('url_sef_translate'); // FIXME - site preference
$type = e107::getPref('url_sef_translate');
}
$tp = e107::getParser();
switch ($type)