| @@ -22,9 +22,9 @@ | ||
| 22 | 22 | wp_mkdir_p( WPMU_PLUGIN_DIR ); |
| 23 | 23 | } |
| 24 | 24 | |
| 25 | 25 | // Failed to create the mu-plugin folder. |
| 26 | -if ( ! is_dir( WPMU_PLUGIN_DIR ) || ( defined( 'PS_DISABLE_MU' ) && PS_DISABLE_MU ) ) { | |
| 26 | +if ( ! is_dir( WPMU_PLUGIN_DIR ) ) { | |
| 27 | 27 | update_option('patchstack_db_version', '3.0.3'); |
| 28 | 28 | return; |
| 29 | 29 | } |
| 30 | 30 | |