From f4e566e388e0b218dc1abf1cdd1de48370816967 Mon Sep 17 00:00:00 2001 From: Sunny Ratilal Date: Tue, 9 Apr 2013 14:15:08 +0100 Subject: [PATCH] Remove double semicolons --- bin/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install.php b/bin/install.php index dd4fe5b..b846eef 100644 --- a/bin/install.php +++ b/bin/install.php @@ -7,7 +7,7 @@ error_reporting( E_ALL & ~E_DEPRECATED & ~E_STRICT ); $config_file_path = $argv[1]; -$multisite = ! empty( $argv[2] );; +$multisite = ! empty( $argv[2] ); define( 'WP_INSTALLING', true ); require_once $config_file_path; -- 1.7.11.1