This commit is contained in:
root
2025-11-13 19:52:28 +03:00
parent 8aeeb05b7d
commit 807dec3b6c
4646 changed files with 163445 additions and 626017 deletions

View File

@@ -7,7 +7,7 @@ if (!check_bitrix_sessid())
if ($ex = $APPLICATION->GetException())
{
echo CAdminMessage::ShowMessage([
CAdminMessage::ShowMessage([
'TYPE' => 'ERROR',
'MESSAGE' => GetMessage('MOD_UNINST_ERR'),
'DETAILS' => $ex->GetString(),
@@ -16,7 +16,7 @@ if ($ex = $APPLICATION->GetException())
}
else
{
echo CAdminMessage::ShowNote(GetMessage('MOD_UNINST_OK'));
CAdminMessage::ShowNote(GetMessage('MOD_UNINST_OK'));
}
?>
<form action="<?php echo $APPLICATION->GetCurPage()?>">