| @@ -33,7 +33,7 @@ | ||
| 33 | 33 | /** |
| 34 | 34 | * @return void |
| 35 | 35 | */ |
| 36 | 36 | protected function set_cache_key() { |
| 37 | - $this->cache_key = 'frm_applications_l' . ( ! empty( $this->license ) ? md5( $this->license ) : '' ); | |
| 37 | + $this->cache_key = 'frm_applications_l' . ( empty( $this->license ) ? '' : md5( $this->license ) ); | |
| 38 | 38 | } |
| 39 | 39 | } |