From d296851924a5beff830b9ab576c65baebb7ac51d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 16 Apr 2012 14:30:45 +0200 Subject: [PATCH] Whitespace cleanup --- libraries/Config.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 6afc1c7909..bed4d32830 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -365,7 +365,7 @@ class PMA_Config } // find out if there is a .git folder $git_folder = '.git'; - if (! @file_exists($git_folder) + if (! @file_exists($git_folder) || ! @file_exists($git_folder . '/config')) { $_SESSION['is_git_revision'] = false; return false; @@ -383,7 +383,7 @@ class PMA_Config { // find out if there is a .git folder $git_folder = '.git'; - if (! @file_exists($git_folder) + if (! @file_exists($git_folder) || ! @file_exists($git_folder . '/config')) { return; }