summaryrefslogtreecommitdiff
path: root/modules/HTMLProjectCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-08-11 12:47:34 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-08-11 12:47:34 +0000
commitf1b109dab840cbccd5875f186890a056815e86fd (patch)
tree467f4b18373679f274ff5bf538f75ca15975d2da /modules/HTMLProjectCreator.pm
parenta622851adb21df46d3ea12adfe763b6a6462d84e (diff)
downloadMPC-f1b109dab840cbccd5875f186890a056815e86fd.tar.gz
ChangeLogTag: Wed Aug 11 07:45:11 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/HTMLProjectCreator.pm')
-rw-r--r--modules/HTMLProjectCreator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/HTMLProjectCreator.pm b/modules/HTMLProjectCreator.pm
index fb59901e..02caea59 100644
--- a/modules/HTMLProjectCreator.pm
+++ b/modules/HTMLProjectCreator.pm
@@ -84,7 +84,7 @@ sub fill_value {
$value = [];
for(my $i = 0; $i <= $#nodes; ++$i) {
my($file) = $nodes[$i]->[1];
- my($dir) = dirname($file);
+ my($dir) = $self->mpc_dirname($file);
my($base) = basename($file);
## Relative paths do not work at all in a web browser