mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Fixed path to request.php (when using SEF Urls).
This commit is contained in:
@@ -8,7 +8,7 @@ $class = e107::getBB()->getClass('file');
|
|||||||
|
|
||||||
if(is_numeric($parm)) // Media-Manager 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>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user