Explorar el Código

Syntax error. Thanks to Jean-Jacques Puig

pdontthink hace 8 años
padre
commit
f7aab703bd
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"),
                                             'type' => SMOPT_TYPE_BOOLEAN ),
                  '$edit_name' => array( 'name' => _("Allow editing of full name"),
+                                            'type' => SMOPT_TYPE_BOOLEAN ),
                  '$edit_reply_to' => array( 'name' => _("Allow editing of reply-to address"),
                                         'type' => SMOPT_TYPE_BOOLEAN ),
                  '$hide_auth_header' => array( 'name' => _("Remove username from headers"),