FS-4480 try this

This commit is contained in:
Anthony Minessale 2012-07-31 15:32:04 -05:00
parent a7b10081c8
commit 258afd4704
1 changed files with 1 additions and 1 deletions

View File

@ -1403,7 +1403,7 @@ SWITCH_STANDARD_APP(export_function)
}
}
switch_channel_export_variable(channel, var, val, SWITCH_EXPORT_VARS_VARIABLE);
switch_channel_export_variable_var_check(channel, var, val, SWITCH_EXPORT_VARS_VARIABLE, SWITCH_FALSE);
}
}