| @@ -147,9 +147,9 @@ | ||
| 147 | 147 | do_action( 'themeisle_sdk_first_activation', $basefile ); |
| 148 | 148 | |
| 149 | 149 | update_option( $this->get_key() . '_install', time() ); |
| 150 | 150 | } |
| 151 | - $this->install = (int) $install; | |
| 151 | + $this->install = $install; | |
| 152 | 152 | self::$cached_products[ crc32( $basefile ) ] = $this; |
| 153 | 153 | $current_version = get_option( $this->slug . '_version', '' ); |
| 154 | 154 | |
| 155 | 155 | if ( $current_version !== $this->version && wp_cache_get( "{$this->slug}_version_upgrade" ) === false ) { |