engine compiling succesfully

This commit is contained in:
Radu Ioan Fericean
2016-08-09 21:17:35 +03:00
parent 447974dd7c
commit a5e44fd590
41 changed files with 1246 additions and 956 deletions

View File

@@ -57,7 +57,7 @@ func (at *ActionTrigger) Execute(ub *Account, sq *StatsQueueTriggered) (err erro
}
// does NOT need to Lock() because it is triggered from a method that took the Lock
var aac Actions
aac, err = ratingStorage.GetActions(at.ActionsID)
aac, err = ratingStorage.GetActions(at.ActionsID, false)
if err != nil {
utils.Logger.Err(fmt.Sprintf("Failed to get actions: %v", err))
return