diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/en/msg-header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/en/msg-header.tpl b/view/en/msg-header.tpl index 494d5e93e..3d2567f62 100644 --- a/view/en/msg-header.tpl +++ b/view/en/msg-header.tpl @@ -54,7 +54,7 @@ tinyMCE.init({ $(document).ready(function() { var uploader = new window.AjaxUpload( 'prvmail-upload', - { action: 'wall_upload', + { action: 'wall_upload/$nickname', name: 'userfile', onSubmit: function(file,ext) { $('#profile-rotator').show(); }, onComplete: function(file,response) { |