1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Converted more views to new layout and made breadcrumbs more flexible

This commit is contained in:
Dan Brown
2019-01-13 15:54:55 +00:00
parent 163a57cf70
commit 0efed43389
15 changed files with 403 additions and 426 deletions

View File

@ -281,7 +281,7 @@ class UserController extends Controller
$viewType = 'list';
}
$user = $this->userRepo->getById($id);
$user = $this->userRepo->getById($userId);
$key = $listName . '_view_type';
setting()->putUser($user, $key, $viewType);