summaryrefslogtreecommitdiff
path: root/modules/FeatureParser.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-05-03 01:45:52 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-05-03 01:45:52 +0000
commit619f7318d5be45fcdbcc203439f304d8590f21db (patch)
treedc4028348ecfe6fd022637fb895f69cbbd065881 /modules/FeatureParser.pm
parent6a3e14f1eab2d3d6bcab064d86b84f82b90f9989 (diff)
downloadMPC-619f7318d5be45fcdbcc203439f304d8590f21db.tar.gz
ChangeLogTag: Wed May 3 01:43:46 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/FeatureParser.pm')
-rw-r--r--modules/FeatureParser.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FeatureParser.pm b/modules/FeatureParser.pm
index 83100ff8..711728d0 100644
--- a/modules/FeatureParser.pm
+++ b/modules/FeatureParser.pm
@@ -33,7 +33,7 @@ sub new {
## Process each feature file
foreach my $f (@files) {
if (defined $f) {
- my($status, $warn) = $self->cached_file_read($f);
+ my($status, $warn) = $self->read_file($f);
if (!$status) {
## We only want to warn the user about problems
## with the feature file.