Missing diff from commit 4670ed55

brown paper bag commit. Actually stop requiring skin_folder and use only skin_folder_id to unregister skin folders
parent 4670ed55
......@@ -298,8 +298,6 @@ def deleteSkinSelection(skin_tool, skin_name):
skin_tool.getPortalObject().changeSkin(None)
def unregisterSkinFolderId(skin_tool, skin_folder_id, skin_selection_list):
skin_folder_id = skin_folder.getId()
for skin_selection in skin_selection_list:
selection = skin_tool.getSkinPath(skin_selection)
selection = selection.split(',')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment