]> wagnertech.de Git - kivitendo-erp.git/blobdiff - kopf.pl
Bugfix:
[kivitendo-erp.git] / kopf.pl
diff --git a/kopf.pl b/kopf.pl
index bae3cdc7dd40449a5fe4b44222b254d0841ad290..5ee9f2ffc4aaa619b16c4bcc27d4ff00bb7d6440 100755 (executable)
--- a/kopf.pl
+++ b/kopf.pl
@@ -2,7 +2,8 @@
 #
 
 BEGIN {
-  push(@INC, "modules");
+  unshift @INC, "modules/override"; # Use our own versions of various modules (e.g. YAML).
+  push    @INC, "modules/fallback"; # Only use our own versions of modules if there's no system version.
 }
 
 use SL::LXDebug;