Skip to content

Commit

Permalink
Fix hidden profile id.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Aug 20, 2024
1 parent aa64bd1 commit 7e32976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/app/discussion/setuphandlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class HiddenProfiles:
def getNonInstallableProfiles(self):
return [
"plone.app.contenttypes:to_3000",
"plone.app.discussion:to_3000",
]


Expand Down

0 comments on commit 7e32976

Please sign in to comment.