more db column renames
This commit is contained in:
@@ -223,7 +223,7 @@ class Network extends \Zotlabs\Web\Controller {
|
||||
|
||||
if($x) {
|
||||
$title = replace_macros(get_markup_template("section_title.tpl"),array(
|
||||
'$title' => t('Privacy group: ') . $x['name']
|
||||
'$title' => t('Privacy group: ') . $x['gname']
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user