Changeset 13089
- Timestamp:
- 10/25/07 08:40:57 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.admin.user/handler/user/edit.php
r12859 r13089 77 77 function _prepare_toolbar(&$data,$handler_id) 78 78 { 79 if ($handler_id != '____mfa-asgard_midcom.admin.user-user_edit_password') 79 if ( $handler_id != '____mfa-asgard_midcom.admin.user-user_edit_password' 80 && $this->_config->get('allow_manage_accounts')) 80 81 { 81 82 $data['asgard_toolbar']->add_item … … 142 143 if ($handler_id == '____mfa-asgard_midcom.admin.user-user_edit_password') 143 144 { 145 if (!$this->_config->get('allow_manage_accounts')) 146 { 147 return false; 148 } 144 149 $this->_load_schemadb('schemadb_account'); 145 150 }
