Update Import.php
This commit is contained in:
parent
f4799b2ddb
commit
5d6c8fd807
@ -428,7 +428,7 @@ class Import extends \Zotlabs\Web\Controller {
|
|||||||
|
|
||||||
create_table_from_array('groups', $group);
|
create_table_from_array('groups', $group);
|
||||||
}
|
}
|
||||||
$r = q("select * from groups where uid = %d",
|
$r = q("select * from pgrp where uid = %d",
|
||||||
intval($channel['channel_id'])
|
intval($channel['channel_id'])
|
||||||
);
|
);
|
||||||
if($r) {
|
if($r) {
|
||||||
|
Reference in New Issue
Block a user