1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-29 10:38:08 +01:00

Fixed path to request.php (when using SEF Urls).

This commit is contained in:
Cameron 2014-09-11 03:43:46 -07:00
parent bbc47da906
commit 6648dcb10b

View File

@ -8,7 +8,7 @@ $class = e107::getBB()->getClass('file');
if(is_numeric($parm)) // Media-Manager file.
{
return "<a class='".$class."' href='".e_BASE."request.php?file={$parm}'>".$code_text."</a>";
return "<a class='".$class."' href='".e_HTTP."request.php?file={$parm}'>".$code_text."</a>";
}