- call rebuildCache explicitly
git-svn-id: svn://10.0.0.236/trunk@207456 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
2f0b6ca15f
commit
49309bd59f
@ -312,7 +312,7 @@ if ($c->param) {
|
||||
}
|
||||
|
||||
if ($rebuild_cache) {
|
||||
rebuildCache();
|
||||
Litmus::Cache::rebuildCache();
|
||||
}
|
||||
|
||||
my $products = Litmus::FormWidget->getProducts();
|
||||
|
||||
@ -168,7 +168,7 @@ if ($status and $message) {
|
||||
}
|
||||
|
||||
if ($rebuild_cache) {
|
||||
rebuildCache();
|
||||
Litmus::Cache::rebuildCache();
|
||||
}
|
||||
|
||||
my $subgroups = Litmus::FormWidget->getSubgroups;
|
||||
|
||||
@ -188,7 +188,7 @@ if ($status and $message) {
|
||||
}
|
||||
|
||||
if ($rebuild_cache) {
|
||||
rebuildCache();
|
||||
Litmus::Cache::rebuildCache();
|
||||
}
|
||||
|
||||
my $testcases = Litmus::FormWidget->getTestcases();
|
||||
|
||||
@ -167,7 +167,7 @@ if ($status and $message) {
|
||||
}
|
||||
|
||||
if ($rebuild_cache) {
|
||||
rebuildCache();
|
||||
Litmus::Cache::rebuildCache();
|
||||
}
|
||||
|
||||
my $testgroups = Litmus::FormWidget->getTestgroups;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user