This commit is contained in:
Shish 2020-10-27 02:04:02 +00:00
parent b6151ce714
commit 2863ff7508

View file

@ -287,7 +287,9 @@ function create_tables(Database $db)
"PDO Error:",
"<p>An error occurred while trying to create the database tables necessary for Shimmie.</p>
<p>Please check and ensure that the database configuration options are all correct.</p>
<p>{$e->getMessage()}</p>",
<p>{$e->getMessage()}</p>
<!-- {$e->getTraceAsString()} -->
",
3
);
}