phpLD Mods Blog

Rss feed error in v3.4

April 23rd, 2009 by admin, No Comments

There was a minor error in a release of version phpLD v3.4 in the rss.php file.
In the 3.3 version in the rss.php file about on line 164 it showed:
$tpl->assign(’url’, htmlspecialchars(’http://’.$_SERVER['SERVER_NAME'].DOC_ROOT.’/’.$url));
In one release of phpLD v3.4 it shows:
$tpl->assign(’url’, htmlspecialchars(’http://’.$_SERVER['SERVER_NAME'].DOC_ROOT.$url));
Replacing the: ‘/’. in the code seems to generate the correct link now so [...]

[~ Read more]

Tags: phpLD Important Fixes

Right Menu
?>