summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-05-22 15:55:34 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-05-22 15:55:34 +0000
commit6bfa0dad0e2eecc29aa44ae831a35d985facde25 (patch)
treed8f3a8321f3719b9440a7595aff0c08b735cce2d
parente8eca3f54403adf9a4c4346f754b2727cf5a2395 (diff)
downloadMPC-6bfa0dad0e2eecc29aa44ae831a35d985facde25.tar.gz
ChangeLogTag: Thu May 22 10:53:43 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--modules/TemplateParser.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/TemplateParser.pm b/modules/TemplateParser.pm
index ae007682..2070ba66 100644
--- a/modules/TemplateParser.pm
+++ b/modules/TemplateParser.pm
@@ -558,7 +558,7 @@ sub get_flag_overrides {
}
}
- return $value;
+ return $self->relative($value);;
}