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