PMCORE-598-A

This commit is contained in:
Andrea Adamczyk
2020-02-07 09:10:37 -04:00
parent 23caca0035
commit e3b8a4ebf8
2 changed files with 20 additions and 1 deletions

View File

@@ -350,7 +350,7 @@ class GmailOAuth
{
$templateTower = new TemplatePower(PATH_TPL . "admin" . PATH_SEP . "email.tpl");
$templateTower->prepare();
$templateTower->assign("server", System::getServerHostname());
$templateTower->assign("server", System::getServerProtocol() . System::getServerHost());
$templateTower->assign("date", date("H:i:s"));
$templateTower->assign("ver", System::getVersion());
$templateTower->assign("engine", G::LoadTranslation("ID_MESS_ENGINE_TYPE_4"));