How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
|
if ($this->config->getAppValue(Application::APPNAME, 'term_uuid', '') === '') |
|
{ |
|
$this->config->getAppValue(Application::APPNAME, 'term_uuid', uniqid()); |
|
} |
It looks like this tried to set it to a random value, but instead it does another get 🙈