Project

General

Profile

« Previous | Next » 

Revision 54648

[CanLoadTest: Merged trunk changes -r 54640:54647 into my branch]

View differences:

orp.service.ts
176 176
      let length = Array.isArray(authors) ? authors.length : 1;
177 177
      for(let i=0; i<length; i++) {
178 178
        let author = Array.isArray(authors) ? authors[i] : authors;
179
        this.orpInfo.authors[author.rank-1] = author.content;
179
        this.orpInfo.authors[author.rank] = author.content;
180 180

  
181 181
      }
182 182

  

Also available in: Unified diff