From 4d933b8a46cf9829d72fe481496e433c2d728d2e Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Thu, 16 Jan 2014 12:24:50 +0100 Subject: [PATCH] Fixed module position change --- templates/backOffice/default/modules.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/backOffice/default/modules.html b/templates/backOffice/default/modules.html index 3246ffda8..948665ff5 100755 --- a/templates/backOffice/default/modules.html +++ b/templates/backOffice/default/modules.html @@ -141,7 +141,7 @@ placement : 'left', success : function(response, newValue) { // The URL template - var url = "{url noamp='1' path='/admin/modules/update-position' module_id='__ID__' position='__POS__'}"; + var url = "{url noamp='1' path='/admin/module/update-position' module_id='__ID__' position='__POS__'}"; // Perform subtitutions url = url.replace('__ID__', $(this).data('id'))