Skip to content

Commit

Permalink
Fix names of some prefs user removal entries
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Feb 17, 2015
1 parent e3c230e commit bda8791
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ingo/lib/Storage/Prefs.php
Expand Up @@ -162,10 +162,11 @@ protected function _removeUserData($user)
$p = $this->_prefs($user);

$p->remove('blacklist');
$p->remove('filters');
$p->remove('forward');
$p->remove('rules');
$p->remove('spam');
$p->remove('vacation');
$p->remove('whitelist');
}

/**
Expand Down

0 comments on commit bda8791

Please sign in to comment.