diff --git a/core/classes/actions/class.action.switchVersion.php b/core/classes/actions/class.action.switchVersion.php index 2940596e..ff80af14 100644 --- a/core/classes/actions/class.action.switchVersion.php +++ b/core/classes/actions/class.action.switchVersion.php @@ -115,7 +115,7 @@ public function __construct($args) foreach ($folderList as $folder) { $this->pathsToScan[] = array( 'path' => $bearsamppBins->getPostgresql()->getRootPath() . '/' . $folder, - 'includes' => array('.ber', '.conf', '.bat'), + 'includes' => array( '.conf', '.bat'), 'recursive' => true ); } diff --git a/core/classes/class.util.php b/core/classes/class.util.php index f566a20e..0683a01a 100644 --- a/core/classes/class.util.php +++ b/core/classes/class.util.php @@ -1078,7 +1078,7 @@ private static function getPathsToScan() foreach ($folderList as $folder) { $paths[] = array( 'path' => $bearsamppBins->getPostgresql()->getRootPath() . '/' . $folder, - 'includes' => array('.ber', '.conf', '.bat'), + 'includes' => array( '.conf', '.bat'), 'recursive' => true ); }