- code formatting;

This commit is contained in:
nikitasinelnikov
2019-11-04 21:18:34 +02:00
parent 4a4eb5debf
commit 29bf11f1ac
+1 -1
View File
@@ -158,7 +158,7 @@ if ( ! class_exists( 'um\core\Plugin_Updater' ) ) {
switch_to_blog( $site->blog_id );
$the_plugs = get_option( 'active_plugins' );
if( ! $the_plugs ) {
if ( ! $the_plugs ) {
$the_plugs = array();
}
$the_plugs = array_merge( $the_plugs, $sitewide_plugins );