Skip to content

Commit

Permalink
Merge pull request #56 from r23/patch-1
Browse files Browse the repository at this point in the history
Update index.php
  • Loading branch information
thelfensdrfer authored Sep 5, 2023
2 parents 4454361 + cda63ac commit 2b5eeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/client/update/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function onAllUpdateFinishCallbacks($updatedVersions)
} else {
echo 'Update simulation failed: ' . $result . '!<br>';

if ($result = AutoUpdate::ERROR_SIMULATE) {
if ($result == AutoUpdate::ERROR_SIMULATE) {
echo '<pre>';
var_dump($update->getSimulationResults());
echo '</pre>';
Expand Down

0 comments on commit 2b5eeb0

Please sign in to comment.