@onli fix for s9y/Serendipity#772
This commit is contained in:
parent
d5318922b9
commit
d811c0bc56
@ -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) ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user