mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-13 15:34:01 +00:00
- call rebuildCache explicitly
This commit is contained in:
parent
e5e2ab8382
commit
9a61cad3f3
@ -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