diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-05-02 19:17:57 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-05-02 19:17:57 +0200 |
commit | 5309364e27358cf2ad64ed69591945113331c717 (patch) | |
tree | e4c23faa75ed70f25508fbc00b11c62f725789d9 | |
parent | c76e49239241a62117c34a2bb0fbb9632c6750a1 (diff) |
Support identities_level=4 in Installer
-rw-r--r-- | installer/config.php | 1 |
1 files changed, 1 insertions, 0 deletions
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); ?> |