X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FForm.pm;h=afdbd03abe2293f208c81724cd263eba38335ccb;hb=8e12375331cad6b4fc4d0b4231f13b40f443c9c2;hp=a77c302f89cc34e476996860db1a6c8f29f3c866;hpb=666f9ee415d30f21ef1b14502556d406083a4397;p=kivitendo-erp.git diff --git a/SL/Form.pm b/SL/Form.pm index a77c302f8..afdbd03ab 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -418,7 +418,7 @@ sub parse_html_template { if (-f "templates/webpages/${file}_" . $main::myconfig{"countrycode"} . ".html") { - if ((-f ".developper") && + if ((-f ".developer") && (-f "templates/webpages/${file}_master.html") && ((stat("templates/webpages/${file}_master.html"))[9] > (stat("templates/webpages/${file}_" . $main::myconfig{"countrycode"} .