fixed a variable scope problem
This commit is contained in:
parent
9e77f9d031
commit
9fcc2891bf
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ sub www_editContentSettings {
|
||||||
-intervalValue=>$data[0],
|
-intervalValue=>$data[0],
|
||||||
-unitsValue=>$data[1]
|
-unitsValue=>$data[1]
|
||||||
);
|
);
|
||||||
my @data = WebGUI::DateTime::secondsToInterval($session{setting}{cachePagesVisitor});
|
@data = WebGUI::DateTime::secondsToInterval($session{setting}{cachePagesVisitor});
|
||||||
$f->interval(
|
$f->interval(
|
||||||
-name=>"cachePagesVisitor",
|
-name=>"cachePagesVisitor",
|
||||||
-label=>WebGUI::International::get(896),
|
-label=>WebGUI::International::get(896),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue