Skip to content

Commit

Permalink
fix export vars
Browse files Browse the repository at this point in the history
  • Loading branch information
navrotskyj committed Jun 27, 2016
1 parent 6b6bd9d commit c5e791b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware/callRouter.js
Original file line number Diff line number Diff line change
Expand Up @@ -1787,7 +1787,7 @@ CallRouter.prototype.__exportVars = function (app, cb) {
});

scope.__setVar({
"setVar": 'webitel_data=' + JSON.stringify(_item)
"setVar": 'all:webitel_data=' + JSON.stringify(_item)
}, function () {
scope.__setVar({
"setVar": 'cc_export_vars=webitel_data'
Expand Down

0 comments on commit c5e791b

Please sign in to comment.