aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-08-04 08:10:13 +0200
committerMario Vavti <mario@mariovavti.com>2016-08-04 08:10:13 +0200
commit3783c1af3e750fbf880559fd6f2d69017d87b101 (patch)
treef45b5574b152380879cce635cc1097e3759b7353 /Zotlabs
parent908e15bc9041f757217ba8d3635a8d83a5544c46 (diff)
parent92862f93f31beb009247144bae5d8b0a58b562b5 (diff)
downloadvolse-hubzilla-3783c1af3e750fbf880559fd6f2d69017d87b101.tar.gz
volse-hubzilla-3783c1af3e750fbf880559fd6f2d69017d87b101.tar.bz2
volse-hubzilla-3783c1af3e750fbf880559fd6f2d69017d87b101.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Group.php2
1 files changed, 1 insertions, 1 deletions
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())
);