mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-05 09:19:53 +08:00
Merge branch 'bogdan01' of https://github.com/mainwp/mainwp-child into thang
This commit is contained in:
commit
6b1cb419bf
3 changed files with 8 additions and 8 deletions
|
@ -165,7 +165,7 @@ class MainWP_Child_Stats {
|
|||
|
||||
$information['dbsize'] = MainWP_Child_DB::get_size();
|
||||
|
||||
$max_his = MainWP_Connect::instance()->get_max_history();
|
||||
$max_his = MainWP_Connect::instance()->get_max_history();
|
||||
$auths = get_option( 'mainwp_child_auth' );
|
||||
$information['extauth'] = ( $auths && isset( $auths[ $max_his ] ) ? $auths[ $max_his ] : null );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue