We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c7216 commit 384ec1fCopy full SHA for 384ec1f
admin/Options.php
@@ -93,7 +93,7 @@ public function toJs(){
93
}
94
95
public function toJsFile($file){
96
- return file_put_contents($file, $this->toJsObject());
+ return file_put_contents($file, $this->toJs());
97
98
99
public function renderSettingsPage() {
0 commit comments