From fb6bf33bf7d01753d2ff57486aade72a6c2b2191 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 c3cade4e3ce..bbb49f603de 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