commit | 7a6211d67c4aaa50e8c9bea7b6c2b25aba96a5d0 | [log] [tgz] |
---|---|---|
author | Ravi Dey <ravi@iwebnotes.com> | Thu Jul 07 15:49:24 2011 +0530 |
committer | Ravi Dey <ravi@iwebnotes.com> | Thu Jul 07 15:49:24 2011 +0530 |
tree | 5a4e3fdd51ca383c355f0b1dd78ab8bef872d731 | |
parent | ffecc715febeae7ef2d076c41729c2b77940c2be [diff] |
profile settings fix
diff --git a/patches/patch.py b/patches/patch.py index 8c839e1..446bdff 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 @@ 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'")