From 5309364e27358cf2ad64ed69591945113331c717 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 2 May 2014 19:17:57 +0200 Subject: Support identities_level=4 in Installer --- installer/config.php | 1 + 1 file changed, 1 insertion(+) (limited to 'installer') diff --git a/installer/config.php b/installer/config.php index 806f7c2c1..471a7d2d9 100644 --- a/installer/config.php +++ b/installer/config.php @@ -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); ?> -- cgit v1.2.3