Trying to get profile id from wrong object. fix #420

This commit is contained in:
Ruud
2012-06-27 16:56:29 +02:00
parent aae64d8123
commit 020e507f46
+1 -1
View File
@@ -87,7 +87,7 @@ window.addEvent('domready', function(){
}).inject(self.profile_select);
if(self.movie.profile)
self.profile_select.set('value', self.movie.profile.data.id);
self.profile_select.set('value', profile.id ? profile.id : profile.data.id);
});
}