There was an error while loading. Please reload this page.
2 parents 6749ab9 + 420441f commit 341f6a4Copy full SHA for 341f6a4
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
- $response = $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