From 184f8e143e29b998620ba4daf89084b3a17a32cc Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 5 Dec 2010 19:28:47 -0800 Subject: use local photo in email, email photo upload point to new url --- view/en/msg-header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/en/msg-header.tpl') 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) { -- cgit v1.2.3