diff --git a/forms/cms/contact/contact.js b/forms/cms/contact/contact.js index f2f92226..2b631fcd 100644 --- a/forms/cms/contact/contact.js +++ b/forms/cms/contact/contact.js @@ -14,7 +14,7 @@ Vn.Contact = new Class ,refreshCaptcha: function () { - var url = 'rest.php?method=captcha'; + var url = 'rest.php?method=core/captcha'; this.$('captcha-img').src = url +'&stamp='+ new Date ().getTime (); } diff --git a/forms/cms/contact/ui.xml b/forms/cms/contact/ui.xml index 73bc3a5c..3121df5a 100755 --- a/forms/cms/contact/ui.xml +++ b/forms/cms/contact/ui.xml @@ -14,7 +14,7 @@