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 4929bb9 commit 022d599Copy full SHA for 022d599
install/update_530-600.php
@@ -63,7 +63,7 @@
63
$query = $sql->prepare("SELECT `id`,`appID`,`shorten` FROM `servertypes` WHERE `appID` IS NOT NULL AND `serverID` IS NULL");
64
$query->execute();
65
while ($row = $query->fetch(PDO::FETCH_ASSOC)) {
66
- $query->execute(array(workAroundForValveChaos($row['appID'], $row['shorten'], true), $row['id']));
+ $query2->execute(array(workAroundForValveChaos($row['appID'], $row['shorten'], true), $row['id']));
67
}
68
69
$query = $sql->prepare("INSERT INTO `easywi_version` (`version`,`de`,`en`) VALUES
0 commit comments