This commit is contained in:
Barış Soner Uşaklı
2015-02-11 12:54:54 -05:00
parent 8a581ed1dd
commit d20628a8d4
13 changed files with 38 additions and 62 deletions

View File

@@ -59,7 +59,7 @@ define('forum/topic', [
$(window).trigger('action:topic.loaded');
if (app.uid) {
if (app.user.uid) {
socket.emit('topics.enter', tid, function(err, data) {
if (err) {
return app.alertError(err.message);