From eb38cf2d7a7957b49f8ed53d1424900112b36e4a 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 d6f502f2069..9162a43bb88 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