mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Fix setting of path
This commit is contained in:
@@ -113,7 +113,7 @@ if ($config{'date_subs'}) {
|
||||
&reset_time_locale();
|
||||
}
|
||||
else {
|
||||
$rv = $_[0];
|
||||
$rv = $path;
|
||||
}
|
||||
if ($config{'webmin_subs'}) {
|
||||
$rv = &substitute_template($rv, { });
|
||||
|
||||
@@ -794,7 +794,7 @@ if ($config{'date_subs'}) {
|
||||
&reset_time_locale();
|
||||
}
|
||||
else {
|
||||
$path = $rv;
|
||||
$rv = $path;
|
||||
}
|
||||
if ($config{'webmin_subs'}) {
|
||||
$rv = &substitute_template($rv, { });
|
||||
|
||||
Reference in New Issue
Block a user