aboutsummaryrefslogtreecommitdiffstats
path: root/mod/import.php
diff options
context:
space:
mode:
authorhabeascodice <habeascodice@federated.social>2014-10-15 17:29:38 -0700
committerhabeascodice <habeascodice@federated.social>2014-10-15 17:29:38 -0700
commit80eb84e843cdca51bbf4ebda180f4de41351b9c4 (patch)
treed6cd7012210477c6e17322b2d19b8a1aad61ca44 /mod/import.php
parente4880d07d2aa447425d0b7dc3656e84de08006c0 (diff)
parent1eb478ba54206cca53653e7a579aa1a36fb03315 (diff)
downloadvolse-hubzilla-80eb84e843cdca51bbf4ebda180f4de41351b9c4.tar.gz
volse-hubzilla-80eb84e843cdca51bbf4ebda180f4de41351b9c4.tar.bz2
volse-hubzilla-80eb84e843cdca51bbf4ebda180f4de41351b9c4.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'mod/import.php')
-rw-r--r--mod/import.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/import.php b/mod/import.php
index 3cf114d66..44dfcc38d 100644
--- a/mod/import.php
+++ b/mod/import.php
@@ -344,7 +344,7 @@ function import_post(&$a) {
unset($group['id']);
$group['uid'] = $channel['channel_id'];
dbesc_array($group);
- $r = dbq("INSERT INTO group (`"
+ $r = dbq("INSERT INTO groups (`"
. implode("`, `", array_keys($group))
. "`) VALUES ('"
. implode("', '", array_values($group))