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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user