PostNuke Community

Support at your fingertips

Bug in backend.php .763 version for shorturls  Top

  • Hi,

    Just noticed new backend.php is not rewriting to shorturl format:

    Fix:

    Replace from backend.php

    Code

    $urlsok = pnConfigGetVar('shorturls');


    To:

    Code

    $urlsok = pnModGetVar('Xanthia', 'shorturlsok');


    Shorturl settings are contained in Xanthia module. There should be no var called shorturls in the config. This might have slipped in since .8 code is using shorturls in the Settings module.

    Quick fix though.

    Regards,

    supa



    edited by: daddysupa, Oct 23, 2006 - 05:47 AM

    --
    ttgapers.com - the latest from the caribbean


    ttgapers.com

    Toronto Online Flyers
  • Supa,

    Fixed in SVN. Thanks for the report however please log all bugs to the bug tracker.

    -Mark

    --
    Visit My homepage and Zikula themes.
  • Thanks, I updated mine...

    Code

    $urlsok = pnModGetVar('Xanthia', 'shorturlsok');
    $urlextension = pnModGetVar('Xanthia', 'shorturlsextension');


    --
    -James


    My Work.....

This list is based on the users active over the last 60 minutes.