Project

General

Profile

« Previous | Next » 

Revision 2b52fee2

Added by Ermal LUÇI about 13 years ago

Remove missed line

View differences:

usr/local/www/pkg_mgr_install.php
186 186
	case "reinstallpkg":
187 187
		update_status(gettext("Reinstalling package {$_GET['pkg']}"));
188 188
		uninstall_package($_GET['pkg']);
189
		update_output_window($static_output);
190 189
	default:
191 190
		$status = install_package(htmlspecialchars($_GET['id']));
192 191
		if($status == -1) {

Also available in: Unified diff