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 | |
parent | 580c30f516806621edc653941e33f1ef028d4347 (diff) | |
download | volse-hubzilla-962c6207ae0091dd447e2e6d9db3c997b6613cf4.tar.gz volse-hubzilla-962c6207ae0091dd447e2e6d9db3c997b6613cf4.tar.bz2 volse-hubzilla-962c6207ae0091dd447e2e6d9db3c997b6613cf4.zip |
double perms msg
-rw-r--r-- | mod/connedit.php | 2 | ||||
-rw-r--r-- | version.inc | 2 |
2 files changed, 2 insertions, 2 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) { diff --git a/version.inc b/version.inc index 117991bf8..5fc4bc7c6 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2015-01-11.916 +2015-01-12.917 |