This commit is contained in:
Markus Birth 2022-02-12 23:29:38 +01:00
parent d5318922b9
commit d811c0bc56
Signed by: mbirth
GPG Key ID: A9928D7A098C3A9A

View File

@ -326,6 +326,8 @@ if ( (int)($serendipity['GET']['step'] ?? null) == 0 ) {
$data['authors_query'] = $t;
} catch (PDOException $e) {
$t = null;
} catch (mysqli_sql_exception $e) {
$t = null;
}
if ( is_array($t) ) {