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.
2 parents 4454361 + cda63ac commit 2b5eeb0Copy full SHA for 2b5eeb0
example/client/update/index.php
@@ -69,7 +69,7 @@ function onAllUpdateFinishCallbacks($updatedVersions)
69
} else {
70
echo 'Update simulation failed: ' . $result . '!<br>';
71
72
- if ($result = AutoUpdate::ERROR_SIMULATE) {
+ if ($result == AutoUpdate::ERROR_SIMULATE) {
73
echo '<pre>';
74
var_dump($update->getSimulationResults());
75
echo '</pre>';
0 commit comments