Support identities_level=4 in Installer

pull/179/head
Aleksander Machniak 11 years ago
parent c76e492392
commit 5309364e27

@ -175,6 +175,7 @@ $input_ilevel->add('many identities with possibility to edit all params', 0);
$input_ilevel->add('many identities with possibility to edit all params but not email address', 1);
$input_ilevel->add('one identity with possibility to edit all params', 2);
$input_ilevel->add('one identity with possibility to edit all params but not email address', 3);
$input_ilevel->add('one identity with possibility to edit only signature', 4);
echo $input_ilevel->show($RCI->getprop('identities_level'), 0);
?>

Loading…
Cancel
Save