]> wagnertech.de Git - kivitendo-erp.git/blobdiff - scripts/installation_check.pl
Module: 'modules/fallback' nicht mehr in @INC aufnehmen
[kivitendo-erp.git] / scripts / installation_check.pl
index 140ecddc036e932664feb587165fc595630deda0..fa608383924e1a3541c3276f8126b10841682a1b 100755 (executable)
@@ -6,7 +6,6 @@ BEGIN {
 
   unshift(@INC, $FindBin::Bin . '/../modules/override'); # Use our own versions of various modules (e.g. YAML).
   push   (@INC, $FindBin::Bin . '/..');                  # '.' will be removed from @INC soon.
-  push   (@INC, $FindBin::Bin . '/../modules/fallback'); # Only use our own versions of modules if there's no system version.
 
   # this is a default dir. may be wrong in your installation, change it then
   $master_templates = $FindBin::Bin . '/../templates/print/';