1
0
Fork 0
mirror of synced 2025-04-11 05:00:55 +00:00
Правка названия конфигурационного файла
This commit is contained in:
Ivan Chaplygin 2024-01-12 16:01:24 +03:00
parent 254a4c88c5
commit a3d0fc4ddf
2 changed files with 2 additions and 2 deletions

View file

@ -238,7 +238,7 @@ trait InstallerTrait
CheckDirPath($path);
$file = new \Bitrix\Main\IO\File($path . 'addProper4ty.txt', $siteId = null);
$file = new \Bitrix\Main\IO\File($path . 'addProperty.txt', $siteId = null);
if (!$file->isExists()) {
$file->putContents("");

View file

@ -1213,7 +1213,7 @@ function createCustomPropertyFile()
CheckDirPath($path);
$file = new \Bitrix\Main\IO\File($path . 'addProper4ty.txt', $siteId = null);
$file = new \Bitrix\Main\IO\File($path . 'addProperty.txt', $siteId = null);
if (!$file->isExists()) {
$file->putContents("");