mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 02:39:46 +02:00
Update
This commit is contained in:
parent
1784e17c8e
commit
f78d2f7a17
1 changed files with 1 additions and 1 deletions
|
@ -2628,7 +2628,7 @@ function getAdsDebugTag($adCode)
|
|||
$function = debug_backtrace()[1]["function"];
|
||||
$function = str_replace('get', '', $function);
|
||||
$reason = ADs::getAdsCodeReason($global['lastAdsCodeType']);
|
||||
$adCode = "<div class=\"AdsDebug\">{$function}<br>{$reason}<br>$adCode</div>";
|
||||
$adCode = "<div class=\"AdsDebug\">{$function}<br>".implode('<br>', $reason)."<br>$adCode</div>";
|
||||
}
|
||||
return $adCode;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue