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()
|
public function showDatabaseNote()
|
||||||
{
|
{
|
||||||
$this->getElement('type')
|
$this->getElement('store')
|
||||||
->setValue('db')
|
->setValue('db')
|
||||||
->setDescription(
|
->setDescription(
|
||||||
$this->translate(
|
$this->translate(
|
||||||
|
|
Loading…
Reference in New Issue