Skip to content

Commit

Permalink
Fixing function call
Browse files Browse the repository at this point in the history
  • Loading branch information
Tro95 committed Mar 6, 2021
1 parent a720ffc commit 64fa210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pardus_options_library.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class PardusOptionsUtility {
* Sets the universe-specific value of a variable
*/
static setVariableValue(variableName, value) {
return this.defaultSetFunction(this.getVariableName(variableName), value);
return this.defaultSaveFunction(this.getVariableName(variableName), value);
}

/**
Expand Down

0 comments on commit 64fa210

Please sign in to comment.