Skip to content

Commit 384ec1f

Browse files
committed
cleanup
1 parent 50c7216 commit 384ec1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/Options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function toJs(){
9393
}
9494

9595
public function toJsFile($file){
96-
return file_put_contents($file, $this->toJsObject());
96+
return file_put_contents($file, $this->toJs());
9797
}
9898

9999
public function renderSettingsPage() {

0 commit comments

Comments
 (0)