superfluous comma

This commit is contained in:
nobody 2021-09-23 16:37:38 -07:00
parent d12e4ef092
commit 18b250582e

View file

@ -3207,7 +3207,7 @@ class Libzot {
$profile['region'] = $p[0]['region'];
$profile['postcode'] = $p[0]['postal_code'];
$profile['country'] = $p[0]['country_name'];
$profile['about'] = ((is_sys_channel($e['channel_id'])) ? get_config('system','siteinfo'), [ 'export' => true ]) : $p[0]['about']);
$profile['about'] = ((is_sys_channel($e['channel_id'])) ? get_config('system','siteinfo') : $p[0]['about']);
$profile['homepage'] = $p[0]['homepage'];
$profile['hometown'] = $p[0]['hometown'];