Skip to content

Commit

Permalink
Fix setTunables so that strformat is honored
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgfnet committed Sep 19, 2019
1 parent ee2afba commit 37cd343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/sbb.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public function getTunables() {
public function setTunables($v) {
$this->station = $v["station"]["value"];
$this->numdep = $v["numdep"]["value"];
$this->strformat = $v["strformat"]["value"];
$this->font_family = $v["font_family"]["value"];
$this->font_size = $v["font_size"]["value"];
}
Expand Down

0 comments on commit 37cd343

Please sign in to comment.