Skip to content

Commit

Permalink
finally the correct fix... doh
Browse files Browse the repository at this point in the history
  • Loading branch information
agitator committed Jul 13, 2016
1 parent ed07a32 commit a054fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Products/PloneFormGen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# Check for Plone versions
from Products.CMFPlone import __version__
if __version__ > 4:
if __version__ < 5:
raise Exception("This version of PloneFormGen requires Plone >= 5")


Expand Down

0 comments on commit a054fb4

Please sign in to comment.