mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Adding title to CMSProfileController so translations get default
This commit is contained in:
parent
6ff5e8f39d
commit
aec59de955
@ -2,6 +2,9 @@
|
|||||||
class CMSProfileController extends LeftAndMain {
|
class CMSProfileController extends LeftAndMain {
|
||||||
|
|
||||||
static $url_segment = 'myprofile';
|
static $url_segment = 'myprofile';
|
||||||
|
|
||||||
|
static $menu_title = 'My Profile';
|
||||||
|
|
||||||
static $required_permission_codes = false;
|
static $required_permission_codes = false;
|
||||||
|
|
||||||
public function index($request) {
|
public function index($request) {
|
||||||
|
Loading…
Reference in New Issue
Block a user