[TYPO3-caretaker] caretaker_analyzer bug and fix

Georg Kuehnberger georg at georg.org
Tue Dec 29 15:41:55 CET 2009


Ahoi Martin,

See below caretaker_analyzer is looking for ServiceHelper in the 
old/wrong location;

hth, regards georg

caretaker_analyzer/ext_localconf.php
---
is:
include_once(t3lib_extMgm::extPath('caretaker').'classes/class.tx_caretaker_ServiceHelper.php');

should be:
include_once(t3lib_extMgm::extPath('caretaker').'classes/helpers/class.tx_caretaker_ServiceHelper.php');


More information about the TYPO3-project-caretaker mailing list