mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
Update users.php
This commit is contained in:
@@ -268,7 +268,7 @@ class users_admin_ui extends e_admin_ui
|
||||
*/
|
||||
protected $disallow = array('create');
|
||||
|
||||
protected $tabs = array('Basic', 'Extended');
|
||||
protected $tabs = array(LAN_BASIC, LAN_EXTENDED);
|
||||
|
||||
//TODO - finish 'user' type, set 'data' to all editable fields, set 'noedit' for all non-editable fields
|
||||
protected $fields = array(
|
||||
|
Reference in New Issue
Block a user