]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
bug 158498 - defparams.pl prints an error message in a check function instead of...
authorgerv%gerv.net <>
Wed, 24 Jul 2002 13:56:11 +0000 (13:56 +0000)
committergerv%gerv.net <>
Wed, 24 Jul 2002 13:56:11 +0000 (13:56 +0000)
defparams.pl

index 5ce6ea20358cf5df043a91791e2f8d43ed01277d..4530a73c28da68822d457a2c2cc2454d6a632855 100644 (file)
@@ -446,7 +446,7 @@ sub check_webdotbase {
         if(-e "data/webdot/.htaccess") {
             open HTACCESS, "data/webdot/.htaccess";
             if(! grep(/png/,<HTACCESS>)) {
-                print "Dependency graph images are not accessible.\nDelete data/webdot/.htaccess and re-run checksetup.pl to rectify.\n";
+                return "Dependency graph images are not accessible.\nDelete data/webdot/.htaccess and re-run checksetup.pl to rectify.\n";
             }
             close HTACCESS;
         }