From bce7ef0bd557bc965231dfe44e206ac5b3a56976 Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Wed, 12 Jun 2013 13:29:45 +0100 Subject: [PATCH] MDL-30312 User: Changed page layout from mydashboard to mypublic in user/profile.php --- user/profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/profile.php b/user/profile.php index 7b58f3d4f34..1ff4dc662d3 100644 --- a/user/profile.php +++ b/user/profile.php @@ -97,7 +97,7 @@ if (!$currentpage->userid) { } $PAGE->set_context($context); -$PAGE->set_pagelayout('mydashboard'); +$PAGE->set_pagelayout('mypublic'); $PAGE->set_pagetype('user-profile'); // Set up block editing capabilities