X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/blobdiff_plain/feff1b77c3ef8018cd784ee208a1850bdfa356cb..319274d71af40549f5f39a880e8a0d738e7a82cf:/typo3/mod/tools/em/class.em_index.php diff --git a/typo3/mod/tools/em/class.em_index.php b/typo3/mod/tools/em/class.em_index.php index d37d8bfaab13..aa89ce7269aa 100644 --- a/typo3/mod/tools/em/class.em_index.php +++ b/typo3/mod/tools/em/class.em_index.php @@ -3408,7 +3408,10 @@ EXTENSION KEYS: if (strcmp($confFileInfo['TYPO3_MOD_PATH'][1][1],$shouldBePath)) { $infoArray['errors'][] = 'Configured TYPO3_MOD_PATH "'.$confFileInfo['TYPO3_MOD_PATH'][1][1].'" different from "'.$shouldBePath.'"'; } - } else $infoArray['errors'][] = 'No definition of TYPO3_MOD_PATH constant found inside!'; + } else { + // It seems like TYPO3_MOD_PATH and therefore also this warning is no longer needed. + // $infoArray['errors'][] = 'No definition of TYPO3_MOD_PATH constant found inside!'; + } if (is_array($confFileInfo['MCONF_name'])) { $mName = $confFileInfo['MCONF_name'][1][1]; $mNameParts = explode('_',$mName);