mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
* [ADD] Added default permissions for accounts based on user, group and profiles.
* [MOD] Updated translations * [MOD] Code refactoring
This commit is contained in:
@@ -126,7 +126,7 @@ final class UserProfileController extends ControllerBase implements CrudControll
|
||||
*/
|
||||
protected function setViewData($profileId = null)
|
||||
{
|
||||
$this->view->addTemplate('userprofile', 'itemshow');
|
||||
$this->view->addTemplate('user_profile', 'itemshow');
|
||||
|
||||
$profile = $profileId ? $this->userProfileService->getById($profileId) : new UserProfileData();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user