From 86ac05e2051dc69c065cc75d6838de55129fbd99 Mon Sep 17 00:00:00 2001 From: Mzhelskiy Maxim Date: Sat, 25 Jan 2014 20:44:23 +0700 Subject: [PATCH] fix complaint user --- .../frontend/skin/developer/modals/modal.complaint_user.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/frontend/skin/developer/modals/modal.complaint_user.tpl b/application/frontend/skin/developer/modals/modal.complaint_user.tpl index 7104441f..16146e68 100644 --- a/application/frontend/skin/developer/modals/modal.complaint_user.tpl +++ b/application/frontend/skin/developer/modals/modal.complaint_user.tpl @@ -33,7 +33,7 @@ {* Каптча *} {if Config::Get('module.user.complaint_captcha')} - {include file='forms/fields/form.field.captcha_new.tpl' + {include file='forms/fields/form.field.captcha.tpl' sCaptchaName = 'complaint_user' sFieldName = 'captcha' sFieldLabel = $aLang.registration_captcha}