Fix setting of path

This commit is contained in:
Jamie Cameron
2012-01-06 15:12:38 -08:00
parent 5fd32f9c11
commit 7a7aca200a
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ if ($config{'date_subs'}) {
&reset_time_locale();
}
else {
$rv = $_[0];
$rv = $path;
}
if ($config{'webmin_subs'}) {
$rv = &substitute_template($rv, { });

View File

@@ -794,7 +794,7 @@ if ($config{'date_subs'}) {
&reset_time_locale();
}
else {
$path = $rv;
$rv = $path;
}
if ($config{'webmin_subs'}) {
$rv = &substitute_template($rv, { });