Refaktor przyciskow.
[redakcja.git] / project / templates / explorer / panels / dceditor.html
index a82f796..a09f9be 100644 (file)
@@ -18,7 +18,7 @@ panel_hooks = {
        },
        saveInfo: function(saveInfo) {
                var myInfo = {
-                       url: "{% url file_dc fpath %}", 
+                       url: "{% url file_dc fileid %}",
                        postData: $('form', this.contentDiv).serialize() 
                };
                $.extend(saveInfo, myInfo);