mirror of
https://github.com/limosek/zaf.git
synced 2024-11-13 05:59:06 +01:00
Missed vatiable emptying on item create
This commit is contained in:
parent
276aef1689
commit
7af97e2a13
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user