mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 23:08:46 +02:00
N°4644 - Core update : confusing warning message when integrity of iTop std files is modified - fix comment
This commit is contained in:
@@ -79,9 +79,10 @@ class FilesIntegrity
|
|||||||
* Check that files present in iTop folder corresponds to the manifest
|
* Check that files present in iTop folder corresponds to the manifest
|
||||||
*
|
*
|
||||||
* @param string $sRootPath
|
* @param string $sRootPath
|
||||||
|
* @param bool $bExitAtFirstError
|
||||||
*
|
*
|
||||||
* @throws \Combodo\iTop\FilesInformation\Service\FileIntegrityException
|
* @throws \Combodo\iTop\FilesInformation\Service\FileIntegrityException
|
||||||
* @since 2.7.7 3.0.1
|
* @since 2.7.7 3.0.1 Add $bExitAtFirstError parameter
|
||||||
*/
|
*/
|
||||||
public static function CheckInstallationIntegrity($sRootPath = APPROOT, $bExitAtFirstError = true)
|
public static function CheckInstallationIntegrity($sRootPath = APPROOT, $bExitAtFirstError = true)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user