From fe4e862f6b23596d657c5228588785dfe537fb8f Mon Sep 17 00:00:00 2001 From: reine Date: Fri, 1 Jun 2012 00:05:26 +0900 Subject: [PATCH] =?utf8?q?FIX:=E5=A4=89=E6=95=B0=E5=90=8D=E3=81=AE?= =?utf8?q?=E8=AA=A4=E8=A8=98=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- install/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/index.php b/install/index.php index ce97006..17fb9a3 100644 --- a/install/index.php +++ b/install/index.php @@ -944,7 +944,7 @@ function do_install() if ( DB::execute($query) === FALSE ) { $errinfo = DB::getError(); - $errors[] = _INST_ERROR4 . ' (' . $newpost . '): ' . $errinfo[2]; + $errors[] = _INST_ERROR4 . ' (' . $query . '): ' . $errinfo[2]; } /* push configurations */ -- 2.11.0