Preferences: Use the lowercase username

This commit is contained in:
Eric Lippmann 2014-11-19 15:40:59 +01:00
parent 3b190d7d81
commit 74683ea025

View File

@ -46,7 +46,7 @@ class IniStore extends PreferencesStore
$this->preferencesFile = sprintf( $this->preferencesFile = sprintf(
'%s/%s.ini', '%s/%s.ini',
$this->getStoreConfig()->location, $this->getStoreConfig()->location,
$this->getUser()->getUsername() strtolower($this->getUser()->getUsername())
); );
} }