fix typo in method name stalling new installs

This commit is contained in:
Ralf Becker 2014-06-17 08:45:27 +00:00
parent cc594119b9
commit efa5a598d6

View File

@ -27,4 +27,4 @@ if (!$GLOBALS['egw_setup']->db->affected_rows())
}
// change common/default_app pref to mail, if it was felamimail
preferences::change_pref('common', 'default_app', 'mail', 'felamimail');
preferences::change_preference('common', 'default_app', 'mail', 'felamimail');