Remove a wrong comment I left by accident and make it really remove packages. Fixes #6137

This commit is contained in:
Renato Botelho 2016-05-06 11:20:03 -03:00
parent 45c50e6fa4
commit 3b577b94c5

View File

@ -45,7 +45,7 @@ foreach (\$config['installedpackages']['package'] as \$package) {
} else {
\$removed_packages[] = \$package['name'];
}
//${UNINSTALL}(\$package['name']);
${UNINSTALL}(\$package['name']);
}
@file_put_contents("{\$g['cf_conf_path']}/packages_to_reinstall_after_upgrade.txt", implode("\\n",\$removed_packages));