Comment 7 for bug 1369315

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/3813
Committed: http://gitorious.org/mahara/mahara/commit/a68f8ea02f89a29af69d64b80580941b29a7ed42
Submitter: Robert Lyon (<email address hidden>)
Branch: 1.10_STABLE

commit a68f8ea02f89a29af69d64b80580941b29a7ed42
Author: Robert Lyon <email address hidden>
Date: Thu Sep 18 11:07:28 2014 +1200

Unlock root group homepage template to allow for editing (Bug #1369315)

Due to the line 1868 in lib/db/upgrade.php
commit 1e4f1c55cc032dd4dea6ed7467746edfffa4e7d5

All group homepages were locked including the one owned by root user.
That was fine before as one couldn't edit the root user's template
but now you can so we need to let this view be unlocked.

Only an issue if upgrading from version before 1.5.0

Change-Id: I02c28c0300ad9d640171c5870fa8630b0793e473
Signed-off-by: Robert Lyon <email address hidden>