Fixes dashboard page db connection
parent
eb998a555b
commit
0808f573fc
|
@ -10,7 +10,6 @@ if ($response['db'] === null) {
|
|||
include '../app/templates/block-message.php';
|
||||
} else {
|
||||
$db = $response['db'];
|
||||
}
|
||||
|
||||
//
|
||||
// dashboard widget listings
|
||||
|
@ -206,4 +205,6 @@ if (!empty($conferences['records'])) {
|
|||
// display the widget
|
||||
include '../app/templates/widget.php';
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue