Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed false appconfig key
  • Loading branch information
Philipp Schaffrath committed Jul 5, 2017
commit 0ad64f4363993b6830921695a636c1f940a5a91d
2 changes: 1 addition & 1 deletion lib/MarketService.php
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ public function requestLicenseKey() {
throw new MarketException('Marketplace returned an empty demo license key.');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing translation

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but it's not used to display in any userinterface.

}

$this->config->setAppValue('enterprise_key', 'license', $demoLicenseKey);
$this->config->setAppValue('enterprise_key', 'license-key', $demoLicenseKey);

return $demoLicenseKey;
}
Expand Down