OSDN Git Service

FIX:変数名の誤記を修正
authorreine <reine@users.sourceforge.jp>
Thu, 31 May 2012 15:05:26 +0000 (00:05 +0900)
committerreine <reine@users.sourceforge.jp>
Fri, 1 Jun 2012 14:06:19 +0000 (23:06 +0900)
install/index.php

index ce97006..17fb9a3 100644 (file)
@@ -944,7 +944,7 @@ function do_install()
        if ( DB::execute($query) === FALSE )\r
        {\r
                $errinfo = DB::getError();\r
-               $errors[] = _INST_ERROR4 . ' (<small>' . $newpost . '</small>): ' . $errinfo[2];\r
+               $errors[] = _INST_ERROR4 . ' (<small>' . $query . '</small>): ' . $errinfo[2];\r
        }\r
 \r
        /* push configurations */\r