Skip to content

Commit

Permalink
Ensure the color setting after update
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichblock committed Mar 25, 2016
1 parent 124a527 commit 224b215
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/install/update_521-522.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
$query->execute();
$query->closecursor();

$query = $sql->prepare("UPDATE `settings` SET `templateColor`='blue' WHERE `templateColor`='default'");
$query->execute();
$query->closecursor();

$query = $sql->prepare("UPDATE `servertypes` SET `shorten`='arkse' WHERE `shorten`='ark'");
$query->execute();
$query->closecursor();
Expand Down

0 comments on commit 224b215

Please sign in to comment.