Browse Source

Syntax error. Thanks to Jean-Jacques Puig

pdontthink 8 years ago
parent
commit
f7aab703bd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/administrator/defines.php

+ 1 - 0
plugins/administrator/defines.php

@@ -261,6 +261,7 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                  '$edit_identity' => array( 'name' => _("Allow editing of identities"),
                  '$edit_identity' => array( 'name' => _("Allow editing of identities"),
                                             'type' => SMOPT_TYPE_BOOLEAN ),
                                             'type' => SMOPT_TYPE_BOOLEAN ),
                  '$edit_name' => array( 'name' => _("Allow editing of full name"),
                  '$edit_name' => array( 'name' => _("Allow editing of full name"),
+                                            'type' => SMOPT_TYPE_BOOLEAN ),
                  '$edit_reply_to' => array( 'name' => _("Allow editing of reply-to address"),
                  '$edit_reply_to' => array( 'name' => _("Allow editing of reply-to address"),
                                         'type' => SMOPT_TYPE_BOOLEAN ),
                                         'type' => SMOPT_TYPE_BOOLEAN ),
                  '$hide_auth_header' => array( 'name' => _("Remove username from headers"),
                  '$hide_auth_header' => array( 'name' => _("Remove username from headers"),