Use the correct element identifier for the preference storage type selection
Used to be `type' but has changed to `store' to get a more clear INI structure. fixes #8275
This commit is contained in:
parent
113658a23c
commit
fb97e74453
|
@ -27,7 +27,7 @@ class PreferencesPage extends Form
|
|||
*/
|
||||
public function showDatabaseNote()
|
||||
{
|
||||
$this->getElement('type')
|
||||
$this->getElement('store')
|
||||
->setValue('db')
|
||||
->setDescription(
|
||||
$this->translate(
|
||||
|
|
Loading…
Reference in New Issue