Skip to content

Commit

Permalink
Fixes #4047 Just removing the test as it is actually not useful anymo…
Browse files Browse the repository at this point in the history
…re (the manifest.inc.php test that follows is doing the job). thanks for the report!
  • Loading branch information
mattab committed Jul 16, 2013
1 parent 2b20c0b commit 938271a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions core/Piwik.php
Expand Up @@ -624,12 +624,6 @@ static public function getFileIntegrityInformation()
$messages = array();
$messages[] = true;

// ignore dev environments
if (file_exists(PIWIK_INCLUDE_PATH . '/.git')) {
$messages[] = Piwik_Translate('General_WarningFileIntegritySkipped');
return $messages;
}

$manifest = PIWIK_INCLUDE_PATH . '/config/manifest.inc.php';
if (!file_exists($manifest)) {
$messages[] = Piwik_Translate('General_WarningFileIntegrityNoManifest');
Expand Down

0 comments on commit 938271a

Please sign in to comment.