securis/src/main/webapp/src/app/resources/licenses.ts
.. .. @@ -60,8 +60,8 @@ 60 60 @Injectable() 61 61 export class LicensesService extends SeCurisResourceServices { 62 62 constructor(http: Http, 63 - private $L: LocaleService) {64 - super(http, 'license');63 + $L: LocaleService) {64 + super($L, http, 'license');65 65 } 66 66 67 67 public getByPack(packId: number) {