one more typo

This commit is contained in:
nobody 2022-05-05 13:53:37 -07:00
parent fd59d52731
commit 80e1607944

View file

@ -652,7 +652,7 @@ class Libsync
if ($abc['cat'] === 'system' && $abc['k'] === 'my_perms') { if ($abc['cat'] === 'system' && $abc['k'] === 'my_perms') {
$x = explode(',', $abc['v']); $x = explode(',', $abc['v']);
if (in_array('view_stream',$x) && ! in_array('deliver_stream',$x)) { if (in_array('view_stream',$x) && ! in_array('deliver_stream',$x)) {
$x[] = 'deliver_stream''; $x[] = 'deliver_stream';
} }
set_abconfig($channel['channel_id'], $abc['xchan'], $abc['cat'], $abc['k'], implode(',', $x)); set_abconfig($channel['channel_id'], $abc['xchan'], $abc['cat'], $abc['k'], implode(',', $x));
} }