| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | // Try to create the mu-plugins folder/file. |
| 4 | 4 | // No need to do this if it already exists. |
| 5 | -if ( file_exists( WPMU_PLUGIN_DIR . '/_patchstack.php' ) || ( defined( 'PS_DISABLE_MU' ) && PS_DISABLE_MU ) ) { | |
| 5 | +if ( file_exists( WPMU_PLUGIN_DIR . '/_patchstack.php' )) { | |
| 6 | 6 | update_option('patchstack_db_version', '3.0.4'); |
| 7 | 7 | return; |
| 8 | 8 | } |
| 9 | 9 | |