This commit is contained in:
Matias Alejo Garcia 2016-06-07 10:37:39 -03:00
commit 6224f36ff6
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
7 changed files with 7 additions and 7 deletions

View file

@ -222,7 +222,7 @@ mocks.init = function(fixtures, controllerName, opts, done) {
should.not.exist(err, err);
if (opts.noDisclaimer){
return done();
};
}
_profileService_.setDisclaimerAccepted(function() {
if (!opts.initController)
startController();