mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-04 07:53:31 +08:00
Merge pull request #136 from mainwp/bogdan01-cf-autofix
Apply fixes from CodeFactor
This commit is contained in:
commit
c8c8d8afa7
2 changed files with 23 additions and 23 deletions
|
@ -815,7 +815,7 @@ class MainWP_Client_Report {
|
|||
$max_revisions = $this->get_stream_meta_data( $record, 'revisions' );
|
||||
$dtl = $maintenance_details['revisions_max'] . ' ' . $max_revisions;
|
||||
} else {
|
||||
$dtl = $maintenance_details[$mt];
|
||||
$dtl = $maintenance_details[ $mt ];
|
||||
}
|
||||
$details[] = $dtl;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue