From 3993f9357fdf2ed75faceff862e27489c801e401 Mon Sep 17 00:00:00 2001 From: River Tarnell Date: Thu, 7 Jul 2005 02:31:03 +0000 Subject: [PATCH] typo --- install-utils.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-utils.inc b/install-utils.inc index 2846fcad12..62d35c6243 100644 --- a/install-utils.inc +++ b/install-utils.inc @@ -64,7 +64,7 @@ function readconsole( $prompt = '' ) { $fp = fopen( 'php://stdin', 'r' ); $st = fgets($fp, 1024); if ($st === false) return false; - $resp = trim( $st ) ); + $resp = trim( $st ); fclose( $fp ); return $resp; } -- 2.20.1