Missed vatiable emptying on item create

1.2
Lukas Macura 2016-04-24 05:31:51 +02:00
parent 276aef1689
commit 7af97e2a13
1 changed files with 2 additions and 0 deletions

View File

@ -215,6 +215,8 @@ zaf_ctrl_generate_cfg() {
done <$tmpfile
else
ikey="$2.$i"
zafparams=""
args=""
fi
env="export ITEM_KEY='$ikey'; export PATH=${ZAF_PLUGINS_DIR}/$2:$ZAF_LIB_DIR:\$PATH; cd ${ZAF_PLUGINS_DIR}/$2; . $ZAF_LIB_DIR/preload.sh; "
lock=$(zaf_ctrl_get_item_option $1 $i "Lock")