parent
254a4c88c5
commit
a3d0fc4ddf
2 changed files with 2 additions and 2 deletions
|
@ -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("");
|
||||
|
|
|
@ -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("");
|
||||
|
|
Loading…
Add table
Reference in a new issue