From 7a6211d67c4aaa50e8c9bea7b6c2b25aba96a5d0 Mon Sep 17 00:00:00 2001 From: Ravi Dey Date: Thu, 7 Jul 2011 15:49:24 +0530 Subject: [PATCH] profile settings fix --- patches/patch.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/patches/patch.py b/patches/patch.py index 8c839e13d0..446bdfffbc 100644 --- a/patches/patch.py +++ b/patches/patch.py @@ -1,7 +1,7 @@ # REMEMBER to update this # ======================== -last_patch = 315 +last_patch = 316 #------------------------------------------- @@ -1271,3 +1271,5 @@ def execute(patch_no): m.parenttype = 'Module Def' m.parentfield = 'roles' m.save(1) + elif patch_no == 316: + sql("update `tabPage` set name = 'page-settings' where page_name = 'Profile Settings'")