From ac828b735b9b4b0c969d59c60dcb17034202063f Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 02 May 2014 13:38:43 -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 043c273..a1f76d8 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