| @@ -37,9 +37,9 @@ | ||
| 37 | 37 | if (!CJTPlugin::getInstance()->isInstalled() && $this->hasAccess()) { |
| 38 | 38 | add_action('admin_notices', array(&$this, 'notInstalledAdminNotice')); |
| 39 | 39 | } |
| 40 | 40 | |
| 41 | - //if ( class_exists( 'CJTPlus' ) && $this->isOldCJTPlus()) add_action( 'admin_notices', [ $this, '_oldCJTPlusDetected' ] ); | |
| 41 | + if ( class_exists( 'CJTPlus' ) && $this->isOldCJTPlus()) add_action( 'admin_notices', [ $this, '_oldCJTPlusDetected' ] ); | |
| 42 | 42 | } |
| 43 | 43 | |
| 44 | 44 | protected function isOldCJTPlus() |
| 45 | 45 | { |