Skip to content
Snippets Groups Projects
Commit e8a94940 authored by Kevin Quillen's avatar Kevin Quillen Committed by Kevin Quillen
Browse files

Issue #3128150 by kevinquillen: Cannot create a channel ID

parent 789cc042
No related branches found
No related tags found
No related merge requests found
......@@ -260,9 +260,6 @@ class SettingsForm extends ConfigFormBase {
->error($e->getMessage());
$channels = [];
}
$channels = array_filter($channels, function (Channel $channel) {
return $channel->getPlatform() === CreateChannelRequest::PLATFORM_DRUPAL;
});
$list = [];
foreach ($channels as $channel) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment