mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-15 05:09:54 +05:00
Updated preload cfg and code
This commit is contained in:
committed by
Dan Christian Bogos
parent
e65cc92703
commit
d91bda79d6
@@ -149,7 +149,7 @@ func (aP *ActionProfile) Set(path []string, val interface{}, newBranch bool, _ s
|
||||
aP.Actions = append(aP.Actions, ac)
|
||||
}
|
||||
|
||||
return ac.Set(path, val, newBranch)
|
||||
return ac.Set(path[1:], val, newBranch)
|
||||
}
|
||||
|
||||
func (aP *APAction) Set(path []string, val interface{}, newBranch bool) (err error) {
|
||||
|
||||
Reference in New Issue
Block a user