aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/js/mod_connections.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/js/mod_connections.js b/view/js/mod_connections.js
index 485e2244b..33fc61883 100644
--- a/view/js/mod_connections.js
+++ b/view/js/mod_connections.js
@@ -57,6 +57,7 @@ function connectForum() {
$('#me_id_perms_view_storage').attr('checked','checked');
$('#me_id_perms_view_pages').attr('checked','checked');
$('#me_id_perms_send_stream').attr('checked','checked');
+ $('#me_id_perms_post_wall').attr('checked','checked');
$('#me_id_perms_post_comments').attr('checked','checked');
$('#me_id_perms_post_mail').attr('checked','checked');
$('#me_id_perms_tag_deliver').attr('checked','checked');