Some fixes for egw_action and egw_global

This commit is contained in:
Hadi Nategh
2020-02-28 14:41:17 +01:00
parent 08b6cce51d
commit 2cc2f198d4
2 changed files with 2 additions and 2 deletions

View File

@@ -461,7 +461,7 @@ declare interface IegwGlobal
* @param {string} key
* @param {string | array} value
*/
setSessionItem(application : string, key : string, value : string[]) : void;
setSessionItem(application : string, key : string, value : string[] | string) : void;
/**
* Remove a value from session storage
* @param {string} application