Skip to content
Snippets Groups Projects
Commit f1e58279 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

convvert slack values from json too

parent f78c0092
No related branches found
No related tags found
No related merge requests found
......@@ -280,6 +280,7 @@ _wd("Parsed INI data: " . print_r($aIni, 1));
// loop over all values and detect JSON strings to convert
$aIni['meta']['tags']=_json2array($aIni['meta']['tags'] ?? null);
$aIni['notifications']['email']=_json2array($aIni['notifications']['email'] ?? null);
$aIni['notifications']['slack']=_json2array($aIni['notifications']['slack'] ?? null);
// ----------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment