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