Skip to content

Commit

Permalink
Resolve PHP reference warning
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Jul 29, 2020
1 parent c36073b commit 2e2a0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/cliTool/InstallTool.inc.php
Expand Up @@ -72,7 +72,7 @@ function install() {
printf("----------------------------------------\n");
}

$newVersion =& $installer->getNewVersion();
$newVersion = $installer->getNewVersion();
printf("Successfully installed version %s\n", $newVersion->getVersionString(false));

} else {
Expand Down

0 comments on commit 2e2a0f6

Please sign in to comment.