mirror of
https://github.com/e107inc/e107.git
synced 2025-04-19 20:21:51 +02:00
parent
7f2f99c0ad
commit
8cd416debf
@ -394,7 +394,10 @@ abstract class e_marketplace_adapter_abstract
|
||||
|
||||
if(!file_exists(e_TEMP.$localfile))
|
||||
{
|
||||
$mes->addError( TPVLAN_83." <a href='".$remotefile."'>".TPVLAN_84."</a>");
|
||||
$srch = array("[", "]");
|
||||
$repl = array("<a href='".$remotefile."'>", "</a>");
|
||||
|
||||
$mes->addError( TPVLAN_83." ".str_replace($srch, $repl, TPVLAN_84));
|
||||
|
||||
if(E107_DEBUG_LEVEL > 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user