Add $title variable to Admin/UserController

This commit is contained in:
DariusIII
2018-05-22 15:46:50 +02:00
parent f36ed2c052
commit 0539c269cc
2 changed files with 3 additions and 0 deletions
@@ -91,6 +91,8 @@ class UserController extends BasePageController
'notes' => '',
];
$title = 'View User';
// set the current action
$action = $request->input('action') ?? 'view';