1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-06 04:31:38 +02:00

Merge branch 'ticket/igorw/10060' into develop-olympus

* ticket/igorw/10060:
  [ticket/10060] Fix test suite under MySQL
This commit is contained in:
Andreas Fischer
2011-02-25 16:58:58 +01:00

View File

@@ -123,7 +123,7 @@ class phpbb_database_test_connection_manager
try try
{ {
$this->pdo->exec('DROP DATABASE ' . $config['dbname']); $this->pdo->exec('DROP DATABASE ' . $this->config['dbname']);
} }
catch (PDOException $e) catch (PDOException $e)
{ {