Bugfix: Kommentarhandling in Inifile
[kivitendo-erp.git] / SL / Inifile.pm
index 91af9fc..6ecb41f 100644 (file)
@@ -60,7 +60,7 @@ sub new {
       s/\s*#.*$//;
       s/^\s*//;
     } else {
-      next if m/#/;
+      next if m/^\s*#/;
     }
 
     next unless $_;