Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 2:
b9c3f07
)
Merge branch 'wip-MDL-40191-2-master' of git://github.com/marinaglancy/moodle
author
Dan Poltawski
<dan@moodle.com>
Wed, 4 Dec 2013 07:44:03 +0000
(15:44 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Wed, 4 Dec 2013 07:44:03 +0000
(15:44 +0800)
user/profilesys.php
patch
|
blob
|
blame
|
history
diff --git
a/user/profilesys.php
b/user/profilesys.php
index
d07c6f5
..
67f8f2c
100644
(file)
--- a/
user/profilesys.php
+++ b/
user/profilesys.php
@@
-40,7
+40,7
@@
require_login();
$header = "$SITE->shortname: ".get_string('publicprofile')." (".get_string('myprofile', 'admin').")";
$PAGE->set_blocks_editing_capability('moodle/my:configsyspages');
-admin_externalpage_setup('
my
page', '', null, '', array('pagelayout' => 'mydashboard'));
+admin_externalpage_setup('
profile
page', '', null, '', array('pagelayout' => 'mydashboard'));
// Override pagetype to show blocks properly.
$PAGE->set_pagetype('user-profile');