Remove unnecessary cache clearing in Direct module installer

라이믹스 내장 함수를 사용하여 직접 파일을 복사하는 경우
opcache와 stat cache가 자동으로 비워지므로 별도로 호출할 필요가 없음
This commit is contained in:
Kijin Sung 2017-12-09 01:44:09 +09:00
parent 849201a2b6
commit 0b44e47d65

View file

@ -1007,9 +1007,6 @@ class DirectModuleInstaller extends ModuleInstaller
}
}
FileHandler::clearStatCache($copied, true);
FileHandler::invalidateOpcache($copied);
$this->_close();
return new BaseObject();