Changeset 1952 in products


Ignore:
Timestamp:
Mar 18, 2010 8:31:58 PM (14 years ago)
Author:
mylan
Message:

#172: Fix Quickinstaller uninstall part

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.captcha.core/trunk/quintagroup/captcha/core/Extensions/Install.py

    r963 r1952  
    44def uninstall(self): 
    55    portal_setup = getToolByName(self, 'portal_setup') 
    6     portal_setup.runAllImportStepsFromProfile('profile-quintagroup.plonecaptchas:uninstall', purge_old=False) 
     6    portal_setup.runAllImportStepsFromProfile('profile-quintagroup.captcha.core:uninstall', purge_old=False) 
    77    transaction.savepoint() 
Note: See TracChangeset for help on using the changeset viewer.