Show More
@@ -48,7 +48,7 b' class ChannelstreamView(BaseAppView):' | |||||
48 | self.channelstream_config = \ |
|
48 | self.channelstream_config = \ | |
49 | self.request.registry.rhodecode_plugins['channelstream'] |
|
49 | self.request.registry.rhodecode_plugins['channelstream'] | |
50 | if not self.channelstream_config.get('enabled'): |
|
50 | if not self.channelstream_config.get('enabled'): | |
51 |
log. |
|
51 | log.warning('Channelstream plugin is disabled') | |
52 | raise HTTPBadRequest() |
|
52 | raise HTTPBadRequest() | |
53 |
|
53 | |||
54 | return c |
|
54 | return c |
General Comments 0
You need to be logged in to leave comments.
Login now