Project

General

Profile

Bug #22754 ยป 14527_01.diff

Administrator Admin, 2010-05-30 04:45

View differences:

typo3/mod/tools/em/class.em_index.php (working copy)
}
}
t3lib_div::fixPermissions($extDirPath, TRUE);
// No content, no errors. Create success output here:
if (!$content) {
$messageContent = sprintf($GLOBALS['LANG']->getLL('ext_import_success_folder'), $extDirPath) . '<br />';
typo3/sysext/setup/mod/index.php (working copy)
}
if (t3lib_div::_POST('createInstallToolEnableFile')) {
touch(PATH_typo3conf . 'ENABLE_INSTALL_TOOL');
t3lib_div::fixPermissions(PATH_typo3conf . 'ENABLE_INSTALL_TOOL');
$installToolEnableFileExists = is_file(PATH_typo3conf . 'ENABLE_INSTALL_TOOL');
if ($installToolEnableFileExists) {
$flashMessage = t3lib_div::makeInstance(
typo3/sysext/install/mod/class.tx_install.php (working copy)
if (is_file ($enableInstallToolFile)) {
// Extend the age of the ENABLE_INSTALL_TOOL file by one hour
@touch($enableInstallToolFile);
t3lib_div::fixPermissions($enableInstallToolFile);
}
// Let DBAL decide whether to load itself
    (1-1/1)