From ac828b735b9b4b0c969d59c60dcb17034202063f 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(+) diff --git a/installer/config.php b/installer/config.php index 043c273b8..a1f76d860 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