Fix tracebacks opening stream on streams page.

This was caused by a branch I was working on conflicting with the
stream_data.js split.

(imported from commit 995dcf1412114bd36404b8c7ef66eb6f1e89648a)
This commit is contained in:
Tim Abbott 2013-08-20 17:15:53 -04:00
parent b8873e3283
commit 8aa11a60f8
1 changed files with 1 additions and 1 deletions

View File

@ -701,7 +701,7 @@ $(function () {
var list = sub_row.find('.subscriber_list_container ul');
var indicator_elem = sub_row.find('.subscriber_list_loading_indicator');
if (!exports.get(stream).render_subscribers) {
if (!stream_data.get_sub(stream).render_subscribers) {
return;
}