| @@ -265,9 +265,9 @@ | ||
| 265 | 265 | if (!empty($plugin['duplicated'])) { |
| 266 | 266 | return false; |
| 267 | 267 | } |
| 268 | 268 | |
| 269 | - if (self::is_plugin_install_page_xt_tabs() && self::is_plugin_active($plugin['slug'])) { | |
| 269 | + if (strpos($plugin['author'], AUTHOR) && self::is_plugin_install_page_xt_tabs() && self::is_plugin_active($plugin['slug'])) { | |
| 270 | 270 | return false; |
| 271 | 271 | } |
| 272 | 272 | |
| 273 | 273 | return true; |