From 5309364e27358cf2ad64ed69591945113331c717 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Fri, 02 May 2014 13:17:57 -0400 Subject: [PATCH] Support identities_level=4 in Installer --- installer/config.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/installer/config.php b/installer/config.php index 806f7c2..471a7d2 100644 --- a/installer/config.php +++ b/installer/config.php @@ -175,6 +175,7 @@ $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); ?> -- Gitblit v1.9.1