1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Update e_marketplace.php

This commit is contained in:
Gábor
2016-11-27 10:56:49 +01:00
committed by GitHub
parent adb503aadc
commit e92466dd76

View File

@@ -394,7 +394,7 @@ abstract class e_marketplace_adapter_abstract
if(!file_exists(e_TEMP.$localfile))
{
$mes->addError($tp->lanVars(TPVLAN_83, array('x' => '<a href="' . $remotefile . '">'.TPVLAN_84.'</a>',)));
$mes->addError( TPVLAN_83." <a href='".$remotefile."'>".TPVLAN_84."</a>");
if(E107_DEBUG_LEVEL > 0)
{