#82865 by chx. Fix the arguments to db_status_report().
parent
a74f6f0c3f
commit
81b8da2af0
|
@ -18,7 +18,7 @@
|
||||||
/**
|
/**
|
||||||
* Report database status.
|
* Report database status.
|
||||||
*/
|
*/
|
||||||
function db_status_report() {
|
function db_status_report($phase) {
|
||||||
global $active_db;
|
global $active_db;
|
||||||
|
|
||||||
$t = get_t();
|
$t = get_t();
|
||||||
|
|
Loading…
Reference in New Issue