mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-15 13:14:09 +02:00
[ticket/13494] Update calls to set_config()
PHPBB3-13494
This commit is contained in:
@@ -230,7 +230,7 @@ class phpbb_questionnaire_phpbb_data_provider
|
||||
if (empty($config['questionnaire_unique_id']))
|
||||
{
|
||||
$this->unique_id = unique_id();
|
||||
set_config('questionnaire_unique_id', $this->unique_id);
|
||||
$config->set('questionnaire_unique_id', $this->unique_id);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user