rsanchez
2017-03-20 1a0491f2462d2c309bd8e310b22c11019a79ce1e
securis/src/main/webapp/src/app/resources/packs.ts
....@@ -60,8 +60,8 @@
6060
6161 @Injectable()
6262 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');
6565 }
6666
6767 public activate(id: number) {