From 178c9838710a1ca7069a5aed344490071dfca4cc Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 3 Aug 2016 16:10:28 -0700 Subject: issue #473 - unable to delete privacy groups --- Zotlabs/Module/Group.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zotlabs/Module/Group.php b/Zotlabs/Module/Group.php index 254ee6ef2..291566c6d 100644 --- a/Zotlabs/Module/Group.php +++ b/Zotlabs/Module/Group.php @@ -101,7 +101,7 @@ class Group extends \Zotlabs\Web\Controller { check_form_security_token_redirectOnErr('/group', 'group_drop', 't'); if(intval(argv(2))) { - $r = q("SELECT `name` FROM `groups` WHERE `id` = %d AND `uid` = %d LIMIT 1", + $r = q("SELECT `gname` FROM `groups` WHERE `id` = %d AND `uid` = %d LIMIT 1", intval(argv(2)), intval(local_channel()) ); -- cgit v1.2.3 From 92862f93f31beb009247144bae5d8b0a58b562b5 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 3 Aug 2016 21:42:41 -0700 Subject: issue #474 --- view/tpl/profile_advanced.tpl | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/view/tpl/profile_advanced.tpl b/view/tpl/profile_advanced.tpl index d0c9621f9..947bdd51c 100755 --- a/view/tpl/profile_advanced.tpl +++ b/view/tpl/profile_advanced.tpl @@ -1,17 +1,6 @@
+

{{$title}}

-- cgit v1.2.3