diff options
author | friendica <info@friendica.com> | 2015-01-12 11:25:48 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-12 11:25:48 -0800 |
commit | 962c6207ae0091dd447e2e6d9db3c997b6613cf4 (patch) | |
tree | 9d77ca65b521fbebcc28683549b14e9190028815 /mod/connedit.php | |
parent | 580c30f516806621edc653941e33f1ef028d4347 (diff) | |
download | volse-hubzilla-962c6207ae0091dd447e2e6d9db3c997b6613cf4.tar.gz volse-hubzilla-962c6207ae0091dd447e2e6d9db3c997b6613cf4.tar.bz2 volse-hubzilla-962c6207ae0091dd447e2e6d9db3c997b6613cf4.zip |
double perms msg
Diffstat (limited to 'mod/connedit.php')
-rw-r--r-- | mod/connedit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/connedit.php b/mod/connedit.php index 49aae6684..3f31134cd 100644 --- a/mod/connedit.php +++ b/mod/connedit.php @@ -287,7 +287,7 @@ function connedit_content(&$a) { $o .= "\$('#me_id_perms_" . $p . "').attr('checked','checked'); \n"; } } - $o .= "abook_perms_msg(); }\n</script>\n"; + $o .= " }\n</script>\n"; } if(argc() == 3) { |