Fix default channel branding

This commit is contained in:
narv
2011-02-02 18:06:42 -07:00
parent 0548eacd12
commit e3932629c8

View File

@@ -289,7 +289,7 @@ class LLManifest(object):
elif self.viewer_branding_id()=="snowglobe":
return self.args.get('channel', None) == DEFAULT_CHANNEL_SNOWGLOBE
else:
return true
return True
def construct(self):
""" Meant to be overriden by LLManifest implementors with code that