Skip to content

Commit 6987bc0

Browse files
authored
Merge pull request #226 from oscript-library/khorevaa-patch-1
fix #225 Ошибка включения плагинов
2 parents cfd6d57 + 2a0fb2c commit 6987bc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cmd/Модули/ПараметрыПриложения.os

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@
113113

114114
ФайлПлагинов = Новый Файл(ПутьКФайлуПлагинов);
115115

116-
Если Не ФайлПлагинов.Существует() Тогда
117-
Возврат ФайлПлагинов.ПолноеИмя;
116+
Если ФайлПлагинов.Существует() Тогда
117+
Возврат ФайлПлагинов.ПолноеИмя;
118118
КонецЕсли;
119119

120120
КонецЦикла;

0 commit comments

Comments
 (0)