| Index: trunk/phase3/includes/installer/DatabaseInstaller.php |
| — | — | @@ -131,7 +131,7 @@ |
| 132 | 132 | |
| 133 | 133 | $error = $this->db->sourceFile( $this->db->getSchema() ); |
| 134 | 134 | if( $error !== true ) { |
| 135 | | - $this->db->reportQueryError( $error, 0, $sql, __METHOD__ ); |
| | 135 | + $this->db->reportQueryError( $error, 0, '', __METHOD__ ); |
| 136 | 136 | $status->fatal( 'config-install-tables-failed', $error ); |
| 137 | 137 | } |
| 138 | 138 | return $status; |