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:
Johannes Meyer 2015-01-26 07:39:31 +01:00
parent 113658a23c
commit fb97e74453
1 changed files with 1 additions and 1 deletions

View File

@ -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(