From f00e46476bfb778d2ed3cbf4633c0e30a9065d40 Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Thu, 11 Sep 2008 16:56:10 +0200 Subject: [PATCH] Fix stock answers The administration interface looked for them at the old place. Update the path. --- PciIds/Html/Admin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PciIds/Html/Admin.pm b/PciIds/Html/Admin.pm index 258df13..95a7d05 100644 --- a/PciIds/Html/Admin.pm +++ b/PciIds/Html/Admin.pm @@ -83,7 +83,7 @@ sub genNewForm( $$ ) { sub loadStock() { my @stock; - if( open ANS, "$directory/answers" ) { + if( open ANS, "$directory/cf/answers" ) { my( $name, $text, $lines ); while( defined( $name = ) ) { $lines = ''; -- 2.39.5