revert r30055, since p.a.d. will not become part of Plone 4.
svn path=/plone.app.discussion/trunk/; revision=30462
This commit is contained in:
parent
b09d42e505
commit
83b631413a
@ -3,9 +3,9 @@
|
||||
# in the search. This will become needless once plone.app.discussion
|
||||
# will become a part of Plone 4.
|
||||
|
||||
#import plone.app.vocabularies.types
|
||||
#
|
||||
#new_bad_types = list(plone.app.vocabularies.types.BAD_TYPES)
|
||||
#if 'Discussion Item' in new_bad_types:
|
||||
# new_bad_types.remove('Discussion Item')
|
||||
#plone.app.vocabularies.types.BAD_TYPES = new_bad_types
|
||||
import plone.app.vocabularies.types
|
||||
|
||||
new_bad_types = list(plone.app.vocabularies.types.BAD_TYPES)
|
||||
if 'Discussion Item' in new_bad_types:
|
||||
new_bad_types.remove('Discussion Item')
|
||||
plone.app.vocabularies.types.BAD_TYPES = new_bad_types
|
Loading…
Reference in New Issue
Block a user