From: Michal Vaner Date: Thu, 11 Sep 2008 14:56:10 +0000 (+0200) Subject: Fix stock answers X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=f00e46476bfb778d2ed3cbf4633c0e30a9065d40;p=pciids.git Fix stock answers The administration interface looked for them at the old place. Update the path. --- 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 = '';