Share » Forums » Developer » On site root, user Variables (URI) do...

On site root, user Variables (URI) do not fetch view_parameters

On site root, user Variables (URI) do not fetch view_parameters

Friday 10 September 2004 2:44:30 am - 1 reply

Author Message

Francisco Iván Antón Prieto

Friday 10 September 2004 2:56:04 am

I think it could be a fix???

Changes to <i>index.php</i>:

<b>ORIGINAL</b>

// Check for URL translation
    if ( $urlTranslatorAllowed and
         $ini->variable( 'URLTranslator', 'Translation' ) == 'enabled' and
         !$uri->isEmpty())

<b>CHANGED</b>

// Check for URL translation
    if ( $urlTranslatorAllowed and
         $ini->variable( 'URLTranslator', 'Translation' ) == 'enabled' and
         (!$uri->isEmpty() or $uri->userParameters()<>Array()))

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu