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:
parent
bbc47da906
commit
6648dcb10b
@ -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>";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user