From 962c6207ae0091dd447e2e6d9db3c997b6613cf4 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 12 Jan 2015 11:25:48 -0800 Subject: [PATCH] double perms msg --- mod/connedit.php | 2 +- 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\n"; + $o .= " }\n\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