Skip to content

Commit

Permalink
Profile picture bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dignajar committed Oct 5, 2016
1 parent 6c90d82 commit ef58ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bl-kernel/admin/themes/default/init.php
Expand Up @@ -357,7 +357,7 @@ public static function profileUploader($username)
type: "json",
action: HTML_PATH_ADMIN_ROOT+"ajax/uploader",
allow : "*.(jpg|jpeg|gif|png)",
params: {"type":"profilePicture", "username":"'.$username.'"},
params: {"tokenCSRF":tokenCSRF, "type":"profilePicture", "username":"'.$username.'"},
loadstart: function() {
$("#bludit-profile-picture-progressbar").find(".uk-progress-bar").css("width", "0%").text("0%");
Expand Down

0 comments on commit ef58ba8

Please sign in to comment.