summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-05-09 17:18:06 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-05-09 17:18:06 +0000
commitba5385d4ca03b1606baa851c278027ad9faa509e (patch)
tree31453b085d9011a127608cd157fc456ae194cd2a
parentb53454ce97004de8e32dc1f9dbbab743fb557855 (diff)
downloadMPC-ba5385d4ca03b1606baa851c278027ad9faa509e.tar.gz
ChangeLogTag: Fri May 9 12:12:51 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--modules/ProjectCreator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ProjectCreator.pm b/modules/ProjectCreator.pm
index 16b7f1a1..78cdc8c7 100644
--- a/modules/ProjectCreator.pm
+++ b/modules/ProjectCreator.pm
@@ -1145,7 +1145,7 @@ sub sift_files {
foreach my $save (@saved) {
my($file) = $self->escape_regex_special($save);
if ($pjname =~ /$file/ || $file =~ /$pjname/) {
- if (!$self->already_added($array, $file)) {
+ if (!$self->already_added($array, $save)) {
push(@$array, $save);
}
}