There was an error while loading. Please reload this page.
2 parents 341f6a4 + 40eaec7 commit a2848d4Copy full SHA for a2848d4
1 file changed
classes/models/FrmAddon.php
@@ -1175,9 +1175,9 @@ private function activate_license( $license ) {
1175
$this->update_last_checked( (bool) $is_valid );
1176
1177
if ( $is_valid ) {
1178
- // Setting the license active clears the license caches, so the new license details are available here.
1179
- return $this->add_activation_response_data( $response );
1180
- }
+ // Setting the license active clears the license caches, so the new license details are available here.
+ return $this->add_activation_response_data( $response );
+ }
1181
1182
return $response;
1183
}
0 commit comments